From faf0a4dea36017166afc08a32af2e6958f66b57c Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Tue, 17 Jun 2008 14:41:04 +0000 Subject: [PATCH] Bug 237472 When setting ATTR_WORKING_DIRECTORY in the launch (which was ignored before Bug 236058), we must now use an absolute path. The ATTR_WORKING_DIRECTORY was not actually used for the Breakpoint tests, so I removed it. --- .../src/org/eclipse/dd/tests/gdb/MIBreakpointsTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/tests/gdb/MIBreakpointsTest.java b/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/tests/gdb/MIBreakpointsTest.java index 7205bfbb32d..c906aa2e66a 100644 --- a/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/tests/gdb/MIBreakpointsTest.java +++ b/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/tests/gdb/MIBreakpointsTest.java @@ -162,7 +162,6 @@ public class MIBreakpointsTest extends BaseTestCase { public static void testSuiteInitialization() { // Select the binary to run the tests against setLaunchAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME, TEST_APPL); - setLaunchAttribute(ICDTLaunchConfigurationConstants.ATTR_WORKING_DIRECTORY, SOURCE_PATH); } @AfterClass