Tmf: Trace synchronization using network events
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / shared / org / eclipse / linuxtools / ctf / core / tests / shared / CtfTestTraces.java
index ca27fcc5332b3e1098ad675f6a6530c29c5875f7..9128c73cefd04055a58f63d8bda7833ac39ce3d5 100644 (file)
@@ -21,7 +21,6 @@ import org.eclipse.linuxtools.ctf.core.trace.CTFTrace;
  *
  * @author alexmont
  */
-@SuppressWarnings("nls")
 public abstract class CtfTestTraces {
 
     /*
@@ -30,7 +29,10 @@ public abstract class CtfTestTraces {
      */
     private static final String[] testTracePaths = {
         "../org.eclipse.linuxtools.ctf.core.tests/traces/kernel",
-        "../org.eclipse.linuxtools.ctf.core.tests/traces/trace2"
+        "../org.eclipse.linuxtools.ctf.core.tests/traces/trace2",
+        "../org.eclipse.linuxtools.ctf.core.tests/traces/kernel_vm",
+        "../org.eclipse.linuxtools.ctf.core.tests/traces/synctraces/scp_src",
+        "../org.eclipse.linuxtools.ctf.core.tests/traces/synctraces/scp_dest"
     };
 
     private static CTFTrace[] testTraces = new CTFTrace[testTracePaths.length];
This page took 0.029233 seconds and 5 git commands to generate.