|
From: David C. <dc...@us...> - 2005-10-16 23:53:10
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui.tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24567 Modified Files: plugin.xml .classpath Log Message: Organize tests for consistency. Found a few TCs that weren't being called for the main suite. Index: .classpath =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui.tests/.classpath,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** .classpath 28 Mar 2004 18:59:39 -0000 1.5 --- .classpath 16 Oct 2005 23:52:59 -0000 1.6 *************** *** 2,7 **** <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> --- 2,7 ---- <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui.tests/plugin.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** plugin.xml 13 Jul 2005 14:29:54 -0000 1.13 --- plugin.xml 16 Oct 2005 23:52:59 -0000 1.14 *************** *** 6,15 **** version="0.6.0" provider-name="RubyPeople Inc." ! class="org.rubypeople.rdt.internal.debug.ui.tests.RdtDebugUiTestsPlugin"> <runtime> <library name="rdtdebuguitests.jar"> <export name="*"/> ! </library> </runtime> --- 6,15 ---- version="0.6.0" provider-name="RubyPeople Inc." ! class="org.rubypeople.rdt.debug.ui.tests.RdtDebugUiTestsPlugin"> <runtime> <library name="rdtdebuguitests.jar"> <export name="*"/> ! </library>sts </runtime> *************** *** 40,44 **** <launchConfigurationType name="DebugUiTestRunConfiguration" ! delegate="org.rubypeople.rdt.internal.debug.ui.tests.launcher.ShamApplicationLaunchConfigurationDelegate" modes="run,debug" id="org.rubypeople.rdt.debug.ui.tests.launching.LaunchConfigurationTypeSham"> --- 40,44 ---- <launchConfigurationType name="DebugUiTestRunConfiguration" ! delegate="org.rubypeople.rdt.internal.debug.ui.launcher.ShamApplicationLaunchConfigurationDelegate" modes="run,debug" id="org.rubypeople.rdt.debug.ui.tests.launching.LaunchConfigurationTypeSham"> |