ctf: Allow the test traces to be used by other plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / CTFTraceCallsitePerformanceTest.java
index ec33dd4fb7bd57c5125400f5b5ef59bce126ebf4..ca8fca45035e6f3056e6cb69df2092e787ef69d0 100644 (file)
@@ -8,7 +8,7 @@ import java.util.List;
 import java.util.Random;
 
 import org.eclipse.linuxtools.ctf.core.event.CTFCallsite;
-import org.eclipse.linuxtools.ctf.core.tests.TestParams;
+import org.eclipse.linuxtools.ctf.core.tests.shared.CtfTestTraces;
 import org.eclipse.linuxtools.ctf.core.trace.CTFReaderException;
 import org.eclipse.linuxtools.ctf.core.trace.CTFTrace;
 import org.junit.Before;
@@ -65,8 +65,8 @@ public class CTFTraceCallsitePerformanceTest {
     @Before
     public void setup() throws CTFReaderException, SecurityException,
             IllegalArgumentException {
-        assumeTrue(TestParams.tracesExist());
-        fTrace = new CTFTrace(TestParams.getTraceFile().getParentFile());
+        assumeTrue(CtfTestTraces.tracesExist());
+        fTrace = new CTFTrace(CtfTestTraces.getTraceFile().getParentFile());
     }
 
     private void addCallsites(int numCallsites) {
This page took 0.023725 seconds and 5 git commands to generate.