|
From: David C. <dc...@us...> - 2005-10-02 16:34:31
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.tests.all/src/org/rubypeople/rdt/tests/all In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12512/src/org/rubypeople/rdt/tests/all Modified Files: TS_RdtAllUnitTests.java TS_RdtAllFunctionalTests.java Log Message: Cleanup a whole bunch of 'unused warnings" 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TS_RdtAllFunctionalTests.java 1 Oct 2005 22:58:05 -0000 1.2 --- TS_RdtAllFunctionalTests.java 1 Oct 2005 23:10:55 -0000 1.3 *************** *** 4,13 **** import junit.framework.TestSuite; - import org.rubypeople.rdt.internal.core.TS_Core; - import org.rubypeople.rdt.internal.formatter.TC_CodeFormatter; 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; public class TS_RdtAllFunctionalTests { --- 4,8 ---- 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TS_RdtAllUnitTests.java 1 Oct 2005 22:58:05 -0000 1.2 --- TS_RdtAllUnitTests.java 1 Oct 2005 23:10:55 -0000 1.3 *************** *** 5,11 **** import org.rubypeople.rdt.internal.core.TS_Core; - import org.rubypeople.rdt.internal.formatter.TC_CodeFormatter; - 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; --- 5,10 ---- import org.rubypeople.rdt.internal.core.TS_Core; import org.rubypeople.rdt.internal.debug.ui.tests.launcher.TS_Launcher; + import org.rubypeople.rdt.internal.formatter.TC_CodeFormatter; import org.rubypeople.rdt.internal.launching.TS_Launching; import org.rubypeople.rdt.internal.ui.TS_UiTests; |