|
From: Markus B. <mba...@us...> - 2005-10-09 21:15:30
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31473/src/org/rubypeople/rdt/testunit/launcher Modified Files: TestUnitLaunchShortcut.java Log Message: removed unused local variable Index: TestUnitLaunchShortcut.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitLaunchShortcut.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TestUnitLaunchShortcut.java 4 Oct 2005 22:53:19 -0000 1.13 --- TestUnitLaunchShortcut.java 9 Oct 2005 21:15:24 -0000 1.14 *************** *** 53,57 **** config.launch(mode, null); } ! IRubyElement[] classes = TestSearchEngine.findTests((IFile) rubyElement.getUnderlyingResource()); } --- 53,57 ---- config.launch(mode, null); } ! TestSearchEngine.findTests((IFile) rubyElement.getUnderlyingResource()); } |