mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Change some test names to be consitent.
This will allow a script to parse them. Change-Id: I30f9b53bffa1b2c24ec68f4bad206f098bf7fa48 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
d6b443f67a
commit
6787eb71f9
21 changed files with 23 additions and 23 deletions
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
|||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(BackgroundRunner.class)
|
||||
public class StepIntoSelectionTest_7_0_NS extends StepIntoSelectionTest_7_0 {
|
||||
public class StepIntoSelectionNonStopTest_7_0 extends StepIntoSelectionTest_7_0 {
|
||||
@Override
|
||||
protected void setLaunchAttributes() {
|
||||
super.setLaunchAttributes();
|
|
@ -48,7 +48,7 @@ import org.junit.runners.Suite;
|
|||
GDBMultiNonStopRunControlTest_7_0.class,
|
||||
Suite_Sessionless_Tests.class,
|
||||
StepIntoSelectionTest_7_0.class,
|
||||
StepIntoSelectionTest_7_0_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_0.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ import org.junit.runners.Suite;
|
|||
GDBMultiNonStopRunControlTest_7_0.class,
|
||||
Suite_Sessionless_Tests.class,
|
||||
StepIntoSelectionTest_7_0.class,
|
||||
StepIntoSelectionTest_7_0_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_0.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
|||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(BackgroundRunner.class)
|
||||
public class StepIntoSelectionTest_7_1_NS extends StepIntoSelectionTest_7_1 {
|
||||
public class StepIntoSelectionNonStopTest_7_1 extends StepIntoSelectionTest_7_1 {
|
||||
@Override
|
||||
protected void setLaunchAttributes() {
|
||||
super.setLaunchAttributes();
|
|
@ -48,7 +48,7 @@ import org.junit.runners.Suite;
|
|||
GDBMultiNonStopRunControlTest_7_1.class,
|
||||
Suite_Sessionless_Tests.class,
|
||||
StepIntoSelectionTest_7_1.class,
|
||||
StepIntoSelectionTest_7_1_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_1.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ import org.junit.runners.Suite;
|
|||
GDBMultiNonStopRunControlTest_7_1.class,
|
||||
Suite_Sessionless_Tests.class,
|
||||
StepIntoSelectionTest_7_1.class,
|
||||
StepIntoSelectionTest_7_1_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_1.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
|||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(BackgroundRunner.class)
|
||||
public class StepIntoSelectionTest_7_2_NS extends StepIntoSelectionTest_7_2 {
|
||||
public class StepIntoSelectionNonStopTest_7_2 extends StepIntoSelectionTest_7_2 {
|
||||
@Override
|
||||
protected void setLaunchAttributes() {
|
||||
super.setLaunchAttributes();
|
|
@ -48,7 +48,7 @@ import org.junit.runners.Suite;
|
|||
GDBMultiNonStopRunControlTest_7_2.class,
|
||||
Suite_Sessionless_Tests.class,
|
||||
StepIntoSelectionTest_7_2.class,
|
||||
StepIntoSelectionTest_7_2_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_2.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ import org.junit.runners.Suite;
|
|||
GDBMultiNonStopRunControlTest_7_2.class,
|
||||
Suite_Sessionless_Tests.class,
|
||||
StepIntoSelectionTest_7_2.class,
|
||||
StepIntoSelectionTest_7_2_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_2.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
|||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(BackgroundRunner.class)
|
||||
public class StepIntoSelectionTest_7_3_NS extends StepIntoSelectionTest_7_3 {
|
||||
public class StepIntoSelectionNonStopTest_7_3 extends StepIntoSelectionTest_7_3 {
|
||||
@Override
|
||||
protected void setLaunchAttributes() {
|
||||
super.setLaunchAttributes();
|
|
@ -48,7 +48,7 @@ import org.junit.runners.Suite;
|
|||
GDBMultiNonStopRunControlTest_7_3.class,
|
||||
Suite_Sessionless_Tests.class,
|
||||
StepIntoSelectionTest_7_3.class,
|
||||
StepIntoSelectionTest_7_3_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_3.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ import org.junit.runners.Suite;
|
|||
GDBMultiNonStopRunControlTest_7_3.class,
|
||||
Suite_Sessionless_Tests.class,
|
||||
StepIntoSelectionTest_7_3.class,
|
||||
StepIntoSelectionTest_7_3_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_3.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
|||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(BackgroundRunner.class)
|
||||
public class StepIntoSelectionTest_7_4_NS extends StepIntoSelectionTest_7_4 {
|
||||
public class StepIntoSelectionNonStopTest_7_4 extends StepIntoSelectionTest_7_4 {
|
||||
@Override
|
||||
protected void setLaunchAttributes() {
|
||||
super.setLaunchAttributes();
|
|
@ -49,7 +49,7 @@ import org.junit.runners.Suite;
|
|||
Suite_Sessionless_Tests.class,
|
||||
GDBConsoleBreakpointsTest_7_4.class,
|
||||
StepIntoSelectionTest_7_4.class,
|
||||
StepIntoSelectionTest_7_4_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_4.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ import org.junit.runners.Suite;
|
|||
GDBConsoleBreakpointsTest_7_4.class,
|
||||
TraceFileTest_7_4.class,
|
||||
StepIntoSelectionTest_7_4.class,
|
||||
StepIntoSelectionTest_7_4_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_4.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
|||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(BackgroundRunner.class)
|
||||
public class StepIntoSelectionTest_7_5_NS extends StepIntoSelectionTest_7_5 {
|
||||
public class StepIntoSelectionNonStopTest_7_5 extends StepIntoSelectionTest_7_5 {
|
||||
@Override
|
||||
protected void setLaunchAttributes() {
|
||||
super.setLaunchAttributes();
|
|
@ -49,7 +49,7 @@ import org.junit.runners.Suite;
|
|||
Suite_Sessionless_Tests.class,
|
||||
GDBConsoleBreakpointsTest_7_5.class,
|
||||
StepIntoSelectionTest_7_5.class,
|
||||
StepIntoSelectionTest_7_5_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_5.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ import org.junit.runners.Suite;
|
|||
GDBConsoleBreakpointsTest_7_5.class,
|
||||
TraceFileTest_7_5.class,
|
||||
StepIntoSelectionTest_7_5.class,
|
||||
StepIntoSelectionTest_7_5_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_5.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
|||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(BackgroundRunner.class)
|
||||
public class StepIntoSelectionTest_7_6_NS extends StepIntoSelectionTest_7_6 {
|
||||
public class StepIntoSelectionNonStopTest_7_6 extends StepIntoSelectionTest_7_6 {
|
||||
@Override
|
||||
protected void setLaunchAttributes() {
|
||||
super.setLaunchAttributes();
|
|
@ -23,7 +23,7 @@ import org.junit.runners.Suite;
|
|||
* want to run. When creating a new test class, it should be
|
||||
* added to the list below.
|
||||
*
|
||||
* This suite is for tests to be run with GDB 7.6.
|
||||
* This suite is for tests to be run with GDB 7_6.
|
||||
*/
|
||||
|
||||
@RunWith(Suite.class)
|
||||
|
@ -50,7 +50,7 @@ import org.junit.runners.Suite;
|
|||
GDBConsoleBreakpointsTest_7_6.class,
|
||||
GDBConsoleSynchronizingTest_7_6.class,
|
||||
StepIntoSelectionTest_7_6.class,
|
||||
StepIntoSelectionTest_7_6_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_6.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.junit.runners.Suite;
|
|||
* want to run. When creating a new test class, it should be
|
||||
* added to the list below.
|
||||
*
|
||||
* This suite is for tests to be run with GDB 7.6
|
||||
* This suite is for tests to be run with GDB 7_6
|
||||
*/
|
||||
|
||||
@RunWith(Suite.class)
|
||||
|
@ -51,7 +51,7 @@ import org.junit.runners.Suite;
|
|||
TraceFileTest_7_6.class,
|
||||
GDBConsoleSynchronizingTest_7_6.class,
|
||||
StepIntoSelectionTest_7_6.class,
|
||||
StepIntoSelectionTest_7_6_NS.class,
|
||||
StepIntoSelectionNonStopTest_7_6.class,
|
||||
/* Add your test class here */
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue