ctf: Depend on the tracecompass-test-traces project
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests / src / org / eclipse / tracecompass / tmf / ctf / ui / swtbot / tests / StandardImportAndReadSmokeTest.java
index 08c31c01ddcea7a1e722371be8f89bdf8d848215..38ec7184ae170cfee7787c7df7727b7ef0b20f29 100644 (file)
@@ -77,7 +77,7 @@ import org.junit.runner.RunWith;
 @RunWith(SWTBotJunit4ClassRunner.class)
 public class StandardImportAndReadSmokeTest extends AbstractImportAndReadSmokeTest {
 
-    private static final String TRACE_FOLDER_PARENT_PATH = fTrace.getPath() + File.separator + ".." + File.separator + ".." + File.separator;
+    private static final String TRACE_FOLDER_PARENT_PATH = "../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/";
     private static final String ARCHIVE_FILE_NAME = "synctraces.tar.gz";
     private static final String EMPTY_ARCHIVE_FOLDER = "emptyArchiveFolder";
     private static final String EMPTY_FILE_NAME = "emptyFile";
This page took 0.028469 seconds and 5 git commands to generate.