|
From: David C. <dc...@us...> - 2005-10-02 21:42:26
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.tests.all/src/org/rubypeople/rdt/tests/all In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8102/src/org/rubypeople/rdt/tests/all Modified Files: TS_RdtAllUnitTests.java TS_RdtAllFunctionalTests.java Log Message: Added additional UTs for launching. Moved tests to the correct package. Slight refactoring of launching code. Index: TS_RdtAllFunctionalTests.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.tests.all/src/org/rubypeople/rdt/tests/all/TS_RdtAllFunctionalTests.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TS_RdtAllFunctionalTests.java 18 Sep 2005 14:20:53 -0000 1.1 --- TS_RdtAllFunctionalTests.java 1 Oct 2005 22:58:05 -0000 1.2 *************** *** 8,12 **** import org.rubypeople.rdt.debug.core.tests.TS_Debug; import org.rubypeople.rdt.internal.debug.ui.tests.launcher.TS_Launcher; ! import org.rubypeople.rdt.internal.launching.tests.TS_Launching; import org.rubypeople.rdt.internal.ui.TS_UiTests; --- 8,12 ---- import org.rubypeople.rdt.debug.core.tests.TS_Debug; import org.rubypeople.rdt.internal.debug.ui.tests.launcher.TS_Launcher; ! import org.rubypeople.rdt.internal.launching.TS_Launching; import org.rubypeople.rdt.internal.ui.TS_UiTests; Index: TS_RdtAllUnitTests.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.tests.all/src/org/rubypeople/rdt/tests/all/TS_RdtAllUnitTests.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TS_RdtAllUnitTests.java 18 Sep 2005 14:20:53 -0000 1.1 --- TS_RdtAllUnitTests.java 1 Oct 2005 22:58:05 -0000 1.2 *************** *** 8,12 **** import org.rubypeople.rdt.debug.core.tests.TS_Debug; import org.rubypeople.rdt.internal.debug.ui.tests.launcher.TS_Launcher; ! import org.rubypeople.rdt.internal.launching.tests.TS_Launching; import org.rubypeople.rdt.internal.ui.TS_UiTests; --- 8,12 ---- import org.rubypeople.rdt.debug.core.tests.TS_Debug; import org.rubypeople.rdt.internal.debug.ui.tests.launcher.TS_Launcher; ! import org.rubypeople.rdt.internal.launching.TS_Launching; import org.rubypeople.rdt.internal.ui.TS_UiTests; |