1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 375091 - Invalid name of the generic test application

This commit is contained in:
Mikhail Khodjaiants 2012-03-22 13:20:08 -04:00
parent dd069579ac
commit ce2f595139

View file

@ -58,7 +58,7 @@ public class BaseTestCase {
@Rule public TestName testName = new TestName();
public static final String ATTR_DEBUG_SERVER_NAME = TestsPlugin.PLUGIN_ID + ".DEBUG_SERVER_NAME";
private static final String DEFAULT_TEST_APP = "data/launch/bin/GDBMIGenericTestApp";
private static final String DEFAULT_TEST_APP = "data/launch/bin/GDBMIGenericTestApp.exe";
private static GdbLaunch fLaunch;