From: <pa...@us...> - 2014-01-01 20:48:40
|
Revision: 1223 http://sourceforge.net/p/jsynthlib/code/1223 Author: packe01 Date: 2014-01-01 20:48:36 +0000 (Wed, 01 Jan 2014) Log Message: ----------- Add system tests: Patch editor tests Bank editor tests Store patch tests Modified Paths: -------------- branches/system-test/JSynthLib/.classpath branches/system-test/JSynthLib/.settings/org.eclipse.core.resources.prefs branches/system-test/JSynthLib/pom.xml branches/system-test/JSynthLib/src/main/java/core/Actions.java branches/system-test/JSynthLib/src/main/java/core/BankEditorFrame.java branches/system-test/JSynthLib/src/main/java/core/DevDrvPatchSelector.java branches/system-test/JSynthLib/src/main/java/core/DocumentationWindow.java branches/system-test/JSynthLib/src/main/java/core/MidiConfigPanel.java branches/system-test/JSynthLib/src/main/java/core/NewPatchDialog.java branches/system-test/JSynthLib/src/main/java/core/SynthConfigPanel.java branches/system-test/JSynthLib/src/main/java/synthdrivers/YamahaDX7/common/DX7FamilyVoiceEditor.java branches/system-test/JSynthLib/src/main/resources/synthdrivers.properties Added Paths: ----------- branches/system-test/JSynthLib/output/ branches/system-test/JSynthLib/output/Access Virus.xml branches/system-test/JSynthLib/output/Alesis Andromeda A6.xml branches/system-test/JSynthLib/output/Alesis DM Pro.xml branches/system-test/JSynthLib/output/Alesis DM5.xml branches/system-test/JSynthLib/output/Alesis QS7 QS8 QSR.xml branches/system-test/JSynthLib/output/Behringer FCB1010.xml branches/system-test/JSynthLib/output/Behringer V-Amp 2.xml branches/system-test/JSynthLib/output/Boss DR660.xml branches/system-test/JSynthLib/output/Casio CZ-101 1000.xml branches/system-test/JSynthLib/output/Emu Proteus 2.xml branches/system-test/JSynthLib/output/Emu Proteus MPS.xml branches/system-test/JSynthLib/output/Ensoniq ESQ-1.xml branches/system-test/JSynthLib/output/Ensoniq VFX.xml branches/system-test/JSynthLib/output/Kawai K4 K4R.xml branches/system-test/JSynthLib/output/Kawai K5000.xml branches/system-test/JSynthLib/output/Korg Electribe ER1.xml branches/system-test/JSynthLib/output/Korg Wavestation.xml branches/system-test/JSynthLib/output/Korg X3.xml branches/system-test/JSynthLib/output/Line6 Bass POD.xml branches/system-test/JSynthLib/output/Line6 POD 2.0.xml branches/system-test/JSynthLib/output/MIDIbox FM.xml branches/system-test/JSynthLib/output/MIDIbox SID.xml branches/system-test/JSynthLib/output/Nord Lead.xml branches/system-test/JSynthLib/output/Novation Nova 1.xml branches/system-test/JSynthLib/output/Novation Super Bass Station.xml branches/system-test/JSynthLib/output/Novation Xio.xml branches/system-test/JSynthLib/output/Oberheim Matrix 1000.xml branches/system-test/JSynthLib/output/Oberheim Matrix 6 6R.xml branches/system-test/JSynthLib/output/Peavey PC1600 PC1600x.xml branches/system-test/JSynthLib/output/Quasimidi Quasar.xml branches/system-test/JSynthLib/output/Rocktron Intellifex.xml branches/system-test/JSynthLib/output/Roland Alpha Juno-1 MKS-50.xml branches/system-test/JSynthLib/output/Roland D-10.xml branches/system-test/JSynthLib/output/Roland D-50.xml branches/system-test/JSynthLib/output/Roland GP16.xml branches/system-test/JSynthLib/output/Roland JD800.xml branches/system-test/JSynthLib/output/Roland JV80.xml branches/system-test/JSynthLib/output/Roland MKS-7 Super Quartet.xml branches/system-test/JSynthLib/output/Roland MT32.xml branches/system-test/JSynthLib/output/Roland SPD11.xml branches/system-test/JSynthLib/output/Roland TD6.xml branches/system-test/JSynthLib/output/Roland VG88.xml branches/system-test/JSynthLib/output/Roland XV5080.xml branches/system-test/JSynthLib/output/Sequential P600.xml branches/system-test/JSynthLib/output/TC Electronic G-Major.xml branches/system-test/JSynthLib/output/TC Electronic M350.xml branches/system-test/JSynthLib/output/Waldorf Microwave 2 XT XTK.xml branches/system-test/JSynthLib/output/Waldorf Pulse Pulse+.xml branches/system-test/JSynthLib/output/Yamaha 01v.xml branches/system-test/JSynthLib/output/Yamaha CS2x.xml branches/system-test/JSynthLib/output/Yamaha DX21 DX27 DX100.xml branches/system-test/JSynthLib/output/Yamaha DX5.xml branches/system-test/JSynthLib/output/Yamaha DX7-II.xml branches/system-test/JSynthLib/output/Yamaha DX7.xml branches/system-test/JSynthLib/output/Yamaha DX7s.xml branches/system-test/JSynthLib/output/Yamaha FS1R.xml branches/system-test/JSynthLib/output/Yamaha Motif.xml branches/system-test/JSynthLib/output/Yamaha SY77.xml branches/system-test/JSynthLib/output/Yamaha SY85.xml branches/system-test/JSynthLib/output/Yamaha TG100.xml branches/system-test/JSynthLib/output/Yamaha TG33 SY22.xml branches/system-test/JSynthLib/output/Yamaha TX7.xml branches/system-test/JSynthLib/output/Yamaha TX802.xml branches/system-test/JSynthLib/output/Yamaha TX81z.xml branches/system-test/JSynthLib/output/Yamaha UB99 Magic Stomp.xml branches/system-test/JSynthLib/src/main/resources/LICENSE branches/system-test/JSynthLib/src/main/resources/README branches/system-test/JSynthLib/src/main/resources/log4j.properties trunk/JSynthLib/src/test/java/core/ trunk/JSynthLib/src/test/java/core/AbstractDocumentHandler.java trunk/JSynthLib/src/test/java/core/ContainerDisplayer.java trunk/JSynthLib/src/test/java/core/CreateDocumentHandler.java trunk/JSynthLib/src/test/java/core/DriverTest.java trunk/JSynthLib/src/test/java/core/EnvelopeValueSetter.java trunk/JSynthLib/src/test/java/core/GuiHandler.java trunk/JSynthLib/src/test/java/core/GuiTest.java trunk/JSynthLib/src/test/java/core/IPopupHandler.java trunk/JSynthLib/src/test/java/core/PopupContainer.java trunk/JSynthLib/src/test/java/core/PopupListener.java trunk/JSynthLib/src/test/java/core/SliderValueSetter.java trunk/JSynthLib/src/test/java/core/SysexWidgetFinder.java trunk/JSynthLib/src/test/java/core/TestDocumentHandler.java trunk/JSynthLib/src/test/java/core/TitleFinder.java trunk/JSynthLib/src/test/java/core/guiaction/ trunk/JSynthLib/src/test/java/core/guiaction/AbstractGuiAction.java trunk/JSynthLib/src/test/java/core/guiaction/CleanLibraryAction.java trunk/JSynthLib/src/test/java/core/guiaction/CloseAllEditorPopupsAction.java trunk/JSynthLib/src/test/java/core/guiaction/CloseAllStorePopupsAction.java trunk/JSynthLib/src/test/java/core/guiaction/CloseDialogAction.java trunk/JSynthLib/src/test/java/core/guiaction/CloseFrameAction.java trunk/JSynthLib/src/test/java/core/guiaction/CloseLibraryAction.java trunk/JSynthLib/src/test/java/core/guiaction/CloseStorePatchDialogAction.java trunk/JSynthLib/src/test/java/core/guiaction/GetBanksForDriverAction.java trunk/JSynthLib/src/test/java/core/guiaction/GetDriversForClassAction.java trunk/JSynthLib/src/test/java/core/guiaction/InstallDeviceAction.java trunk/JSynthLib/src/test/java/core/guiaction/IsDeviceInstalledAction.java trunk/JSynthLib/src/test/java/core/guiaction/NewPatchAction.java trunk/JSynthLib/src/test/java/core/guiaction/OpenDialogAction.java trunk/JSynthLib/src/test/java/core/guiaction/OpenHelpDialogAction.java trunk/JSynthLib/src/test/java/core/guiaction/OpenLibraryAction.java trunk/JSynthLib/src/test/java/core/guiaction/OpenPatchEditorAction.java trunk/JSynthLib/src/test/java/core/guiaction/OpenPreferencesDialogAction.java trunk/JSynthLib/src/test/java/core/guiaction/OpenStoreEditorAction.java trunk/JSynthLib/src/test/java/core/guiaction/SelectLibraryFrameAction.java trunk/JSynthLib/src/test/java/core/guiaction/SendPatchAction.java trunk/JSynthLib/src/test/java/core/guiaction/SetMidiDeviceAction.java trunk/JSynthLib/src/test/java/core/guiaction/SetPatchStoreValuesAction.java trunk/JSynthLib/src/test/java/core/guiaction/UninstallDeviceAction.java trunk/JSynthLib/src/test/java/core/valuesetter/ trunk/JSynthLib/src/test/java/core/valuesetter/CheckBoxValueSetter.java trunk/JSynthLib/src/test/java/core/valuesetter/ComboBoxValueSetter.java trunk/JSynthLib/src/test/java/core/valuesetter/IValueSetter.java trunk/JSynthLib/src/test/java/core/valuesetter/KnobValueSetter.java trunk/JSynthLib/src/test/java/core/valuesetter/SpinnerValueSetter.java trunk/JSynthLib/src/test/java/org/ trunk/JSynthLib/src/test/java/org/jsynthlib/ trunk/JSynthLib/src/test/java/org/jsynthlib/midi/ trunk/JSynthLib/src/test/java/org/jsynthlib/midi/TestMidiDeviceProvider.java trunk/JSynthLib/src/test/xsd/ trunk/JSynthLib/src/test/xsd/device.xsd Removed Paths: ------------- branches/system-test/JSynthLib/LICENSE branches/system-test/JSynthLib/README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pa...@us...> - 2014-01-02 20:19:32
|
Revision: 1229 http://sourceforge.net/p/jsynthlib/code/1229 Author: packe01 Date: 2014-01-02 20:19:29 +0000 (Thu, 02 Jan 2014) Log Message: ----------- Add test resources Added Paths: ----------- trunk/JSynthLib/src/test/resources/ trunk/JSynthLib/src/test/resources/Access Virus.xml trunk/JSynthLib/src/test/resources/Alesis Andromeda A6.xml trunk/JSynthLib/src/test/resources/Behringer FCB1010.xml trunk/JSynthLib/src/test/resources/Behringer V-Amp 2.xml trunk/JSynthLib/src/test/resources/Emu Proteus MPS.xml trunk/JSynthLib/src/test/resources/Ensoniq ESQ-1.xml trunk/JSynthLib/src/test/resources/Kawai K4 K4R.xml trunk/JSynthLib/src/test/resources/Kawai K5000.xml trunk/JSynthLib/src/test/resources/Korg Wavestation.xml trunk/JSynthLib/src/test/resources/Line6 Bass POD.xml trunk/JSynthLib/src/test/resources/Line6 POD 2.0.xml trunk/JSynthLib/src/test/resources/META-INF/ trunk/JSynthLib/src/test/resources/META-INF/services/ trunk/JSynthLib/src/test/resources/META-INF/services/javax.sound.midi.spi.MidiDeviceProvider trunk/JSynthLib/src/test/resources/MIDIbox FM.xml trunk/JSynthLib/src/test/resources/Nord Lead.xml trunk/JSynthLib/src/test/resources/Novation Nova 1.xml trunk/JSynthLib/src/test/resources/Oberheim Matrix 1000.xml trunk/JSynthLib/src/test/resources/Oberheim Matrix 6 6R.xml trunk/JSynthLib/src/test/resources/Quasimidi Quasar.xml trunk/JSynthLib/src/test/resources/Roland D-50.xml trunk/JSynthLib/src/test/resources/Roland GP16.xml trunk/JSynthLib/src/test/resources/Roland JV80.xml trunk/JSynthLib/src/test/resources/Roland MT32.xml trunk/JSynthLib/src/test/resources/Roland SPD11.xml trunk/JSynthLib/src/test/resources/Roland VG88.xml trunk/JSynthLib/src/test/resources/TC Electronic G-Major.xml trunk/JSynthLib/src/test/resources/Waldorf Microwave 2 XT XTK.xml trunk/JSynthLib/src/test/resources/Yamaha CS2x.xml trunk/JSynthLib/src/test/resources/Yamaha DX5.xml trunk/JSynthLib/src/test/resources/Yamaha DX7-II.xml trunk/JSynthLib/src/test/resources/Yamaha DX7.xml trunk/JSynthLib/src/test/resources/Yamaha DX7s.xml trunk/JSynthLib/src/test/resources/Yamaha FS1R.xml trunk/JSynthLib/src/test/resources/Yamaha Motif.xml trunk/JSynthLib/src/test/resources/Yamaha TG33 SY22.xml trunk/JSynthLib/src/test/resources/Yamaha TX802.xml trunk/JSynthLib/src/test/resources/Yamaha TX81z.xml trunk/JSynthLib/src/test/resources/excludeddrivers.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pa...@us...> - 2014-10-22 11:32:20
|
Revision: 1408 http://sourceforge.net/p/jsynthlib/code/1408 Author: packe01 Date: 2014-10-22 11:32:17 +0000 (Wed, 22 Oct 2014) Log Message: ----------- Fix for intermittent JFXCheckbox issue Modified Paths: -------------- trunk/JSynthLib/src/test/java/org/jsynthlib/test/adapter/JFXCheckboxAdapter.java trunk/JSynthLib/src/test/resources/patchEditor/Roland D-50.xml trunk/JSynthLib/src/test/resources/patchEditor/Yamaha DX7.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |