1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

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.
This commit is contained in:
Marc Khouzam 2008-06-17 14:41:04 +00:00
parent 8a6efaae63
commit faf0a4dea3

View file

@ -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