diff options
| author | Marc Khouzam | 2012-04-25 17:18:30 +0000 |
|---|---|---|
| committer | Marc Khouzam | 2012-04-25 17:18:30 +0000 |
| commit | bde03774f293e5c5de443cd32104d43542f412be (patch) | |
| tree | 9781181b6fb01305563dec04bf591c1866275495 | |
| parent | efe3dd4be6ab048411a623112dcae093d78fd329 (diff) | |
| download | org.eclipse.cdt-bde03774f293e5c5de443cd32104d43542f412be.tar.gz org.eclipse.cdt-bde03774f293e5c5de443cd32104d43542f412be.tar.xz org.eclipse.cdt-bde03774f293e5c5de443cd32104d43542f412be.zip | |
Bug 330974: Need to set the version of GDB for the new tests.
| -rw-r--r-- | dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_0/GDBMultiNonStopRunControlTest_7_0.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_0/GDBMultiNonStopRunControlTest_7_0.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_0/GDBMultiNonStopRunControlTest_7_0.java index 466aa3c776b..31d8ba38f37 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_0/GDBMultiNonStopRunControlTest_7_0.java +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_0/GDBMultiNonStopRunControlTest_7_0.java @@ -37,6 +37,7 @@ import org.eclipse.cdt.tests.dsf.gdb.framework.BaseTestCase; import org.eclipse.cdt.tests.dsf.gdb.framework.ServiceEventWaitor; import org.eclipse.cdt.tests.dsf.gdb.framework.SyncUtil; import org.eclipse.cdt.tests.dsf.gdb.launching.TestsPlugin; +import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants; import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; @@ -86,7 +87,9 @@ public class GDBMultiNonStopRunControlTest_7_0 extends BaseTestCase { } @BeforeClass - public static void beforeClassMethod() { + public static void beforeClassMethod_7_0() { + setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_0); + setLaunchAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME, EXEC_PATH + EXEC_NAME); |
