mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 13:24:41 +08:00
GT-3003 - Testing - updated framework test code to work in user
installation with Eclipse
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
package ghidra.test;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
@@ -55,7 +55,7 @@ public abstract class AbstractGhidraHeadlessIntegrationTest extends AbstractDock
|
||||
public static final String PROJECT_NAME = createProjectName();
|
||||
|
||||
private static String createProjectName() {
|
||||
File repoDirectory = TestApplicationUtils.getRepoContainerDirectory();
|
||||
File repoDirectory = TestApplicationUtils.getInstallationDirectory();
|
||||
return repoDirectory.getName() + PROJECT_NAME_SUFFIX;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user