ctf: Depend on the tracecompass-test-traces project
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.tmf.ctf.core.tests / src / org / eclipse / tracecompass / tmf / ctf / core / tests / temp / statistics / TmfEventsStatisticsTest.java
index 1567dc5b7a551da6d612ba797af97e7ec64480d5..6c5d3a514f69a1089976c283740b67efaa9e3a61 100644 (file)
@@ -12,9 +12,8 @@
 
 package org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics;
 
-import static org.junit.Assume.assumeTrue;
-
 import org.eclipse.tracecompass.tmf.core.statistics.TmfEventsStatistics;
+import org.eclipse.tracecompass.tmf.ctf.core.tests.shared.CtfTmfTestTraceUtils;
 import org.junit.BeforeClass;
 
 /**
@@ -29,7 +28,6 @@ public class TmfEventsStatisticsTest extends TmfStatisticsTest {
      */
     @BeforeClass
     public static void setUpClass() {
-        assumeTrue(testTrace.exists());
-        backend = new TmfEventsStatistics(testTrace.getTrace());
+        backend = new TmfEventsStatistics(CtfTmfTestTraceUtils.getTrace(testTrace));
     }
 }
This page took 0.02926 seconds and 5 git commands to generate.