|
From: David C. <dc...@us...> - 2006-05-13 19:52:30
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6037/src/org/rubypeople/rdt/testunit/launcher Modified Files: TestUnitLaunchShortcut.java Log Message: Change the launch for tests and applciations to obey Run/Debug launching preferences. Index: TestUnitLaunchShortcut.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/testunit/launcher/TestUnitLaunchShortcut.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** TestUnitLaunchShortcut.java 9 Oct 2005 21:15:24 -0000 1.14 --- TestUnitLaunchShortcut.java 13 May 2006 19:52:27 -0000 1.15 *************** *** 51,55 **** ILaunchConfiguration config = findOrCreateLaunchConfiguration(rubyElement, mode, container, "", ""); if (config != null) { ! config.launch(mode, null); } TestSearchEngine.findTests((IFile) rubyElement.getUnderlyingResource()); --- 51,55 ---- ILaunchConfiguration config = findOrCreateLaunchConfiguration(rubyElement, mode, container, "", ""); if (config != null) { ! DebugUITools.launch(config, mode); } TestSearchEngine.findTests((IFile) rubyElement.getUnderlyingResource()); |