GT-3035 - Restore Integration Tests - more missing test files; updated

test environment to install a default tool
This commit is contained in:
dragonmacher 2019-08-15 14:49:07 -04:00
parent 4dc8e77172
commit 554bce2407
26 changed files with 4989 additions and 40 deletions

View file

@ -62,6 +62,7 @@ public abstract class AbstractGenericTest extends AbstractGTest {
private static File debugDirectory;
public static final String TESTDATA_DIRECTORY_NAME = "testdata";
public static final String DEFAULT_TOOL_NAME = "CodeBrowser";
public static final String DEFAULT_TEST_TOOL_NAME = "TestCodeBrowser";
private static boolean initialized = false;