|
From: <pa...@us...> - 2014-03-08 21:13:58
|
Revision: 1316
http://sourceforge.net/p/jsynthlib/code/1316
Author: packe01
Date: 2014-03-08 21:13:55 +0000 (Sat, 08 Mar 2014)
Log Message:
-----------
Tests OK after package refactor
Modified Paths:
--------------
branches/coderefactoring/JSynthLib/pom.xml
branches/coderefactoring/JSynthLib/src/main/java/org/jsynthlib/core/AppConfig.java
branches/coderefactoring/JSynthLib/src/main/java/org/jsynthlib/core/DeviceListWriter.java
branches/coderefactoring/JSynthLib/src/main/resources/synthdrivers.properties
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/AbstractGuiAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/CleanLibraryAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/CloseAllEditorPopupsAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/CloseAllStorePopupsAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/CloseDialogAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/CloseFrameAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/CloseLibraryAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/CloseStorePatchDialogAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/CutCopyPastePatchAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/DeleteDupsAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/DragNDropAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/GetBanksForDriverAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/GetDriversForClassAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/InstallDeviceAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/IsDeviceInstalledAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/NewPatchAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/OpenDialogAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/OpenHelpDialogAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/OpenLibraryAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/OpenPatchEditorAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/OpenPreferencesDialogAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/OpenStoreEditorAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/PlayNoteAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SaveLibraryAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SearchLibraryAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SelectLibraryFrameAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SendPatchAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SetMidiDeviceAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SetPatchStoreValuesAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SetPlayNoteValues.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SetTableCellValueAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/SortLibraryAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/UninstallDeviceAction.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/valuesetter/CheckBoxValueSetter.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/valuesetter/ComboBoxValueSetter.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/valuesetter/IValueSetter.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/valuesetter/KnobValueSetter.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/valuesetter/SliderValueSetter.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/valuesetter/SpinnerValueSetter.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/synthdrivers/RolandTD6/PadInfoTest.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/viewcontroller/widgets/AbstractDocumentHandler.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/viewcontroller/widgets/AbstractPatchHandler.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/viewcontroller/widgets/BankPatchNameTest.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/viewcontroller/widgets/CreateDocumentHandler.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/viewcontroller/widgets/LibraryTest.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/viewcontroller/widgets/TestDocumentHandler.java
branches/coderefactoring/JSynthLib/src/test/resources/excludeddrivers.properties
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Access Virus.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Alesis Andromeda A6.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Alesis DM Pro.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Alesis DM5.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Alesis QS7 QS8 QSR.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Behringer FCB1010.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Behringer V-Amp 2.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Casio CZ-101 1000.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Emu Proteus 2.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Emu Proteus MPS.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Ensoniq ESQ-1.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Ensoniq VFX.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Kawai K4 K4R.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Kawai K5000.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Korg Wavestation.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Line6 Bass POD.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Line6 POD 2.0.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/MIDIbox FM.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/MIDIbox SID.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Nord Lead.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Novation Nova 1.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Novation Super Bass Station.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Novation Xio.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Oberheim Matrix 1000.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Oberheim Matrix 6 6R.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Quasimidi Quasar.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Rocktron Intellifex.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland Alpha Juno-1 MKS-50.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland D-10.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland D-50.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland GP16.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland JD800.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland JV80.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland MKS-7 Super Quartet.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland MT32.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland SPD11.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland TD6.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland VG88.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Sequential P600.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/TC Electronic G-Major.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/TC Electronic M350.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Waldorf Microwave 2 XT XTK.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Waldorf Pulse Pulse+.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha 01v.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha CS2x.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX21 DX27 DX100.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX5.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX7-II.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX7.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX7s.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha FS1R.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha Motif.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha SY77.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha SY85.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha TG100.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha TG33 SY22.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha TX7.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha TX802.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha TX81z.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha UB99 Magic Stomp.xml
branches/coderefactoring/JSynthLib/src/test/resources/patchLoading/Yamaha DX7.xml
Added Paths:
-----------
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/ContainerDisplayer.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/CreatePatchHandler.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/EnvelopeValueSetter.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/GuiHandler.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/IPopupHandler.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/PatchEditorTest.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/PatchLoadingTest.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/PopupContainer.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/PopupListener.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/PreferencesTest.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/SynthDriversManager.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/SysexWidgetFinder.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/TestPatchHandler.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/TitleFinder.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/valuesetter/
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/synthdrivers/
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/synthdrivers/AlesisQS/
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/synthdrivers/AlesisQS/SysexRoutinesTest.java
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/synthdrivers/RolandTD6/
branches/coderefactoring/JSynthLib/src/test/resources/patchLoading/org.jsynthlib.synthdrivers.YamahaDX7.YamahaDX7VoiceBankDriver.syx
Removed Paths:
-------------
branches/coderefactoring/JSynthLib/src/test/java/core/ContainerDisplayer.java
branches/coderefactoring/JSynthLib/src/test/java/core/CreatePatchHandler.java
branches/coderefactoring/JSynthLib/src/test/java/core/EnvelopeValueSetter.java
branches/coderefactoring/JSynthLib/src/test/java/core/GuiHandler.java
branches/coderefactoring/JSynthLib/src/test/java/core/IPopupHandler.java
branches/coderefactoring/JSynthLib/src/test/java/core/PatchEditorTest.java
branches/coderefactoring/JSynthLib/src/test/java/core/PatchLoadingTest.java
branches/coderefactoring/JSynthLib/src/test/java/core/PopupContainer.java
branches/coderefactoring/JSynthLib/src/test/java/core/PopupListener.java
branches/coderefactoring/JSynthLib/src/test/java/core/PreferencesTest.java
branches/coderefactoring/JSynthLib/src/test/java/core/SynthDriversManager.java
branches/coderefactoring/JSynthLib/src/test/java/core/SysexWidgetFinder.java
branches/coderefactoring/JSynthLib/src/test/java/core/TestPatchHandler.java
branches/coderefactoring/JSynthLib/src/test/java/core/TitleFinder.java
branches/coderefactoring/JSynthLib/src/test/java/core/guiaction/
branches/coderefactoring/JSynthLib/src/test/java/core/valuesetter/
branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/synthdrivers/AlesisQS/SysexRoutinesTest.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|