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:
parent
dd069579ac
commit
ce2f595139
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue