lttng: Update kernel provider tests to the new trace location
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 27 Apr 2012 17:11:16 +0000 (13:11 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 27 Apr 2012 17:13:25 +0000 (13:13 -0400)
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.lttng2.kernel.core.tests/.gitignore
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/CTFTestFiles.java

index edb55c4eff01a901294995f9c56a3e5615cc5e7f..8d94ef8debe45a7bc3866f985fdc60d41c12822f 100644 (file)
@@ -3,5 +3,3 @@ bin
 javaCompiler...args
 build.xml
 target
-
-traces/
index 180fd92afb7156526f72501739bfffaf05263c2a..3d6e699d23ab7159a595ebbb52f4414f31ef4e2c 100644 (file)
@@ -27,14 +27,10 @@ public abstract class CTFTestFiles {
     public final static long NANOSECS_PER_SEC = 1000000000L;
 
     /*
-     * To run these tests, you will need to download the following trace, at:
-     * http://www.dorsal.polymtl.ca/~alexmont/data/trace2.tar.bz2
-     * 
-     * and extract it in the
-     * .../org.eclipse.linuxtools.lttng2.kernel.core.tests/traces/ directory.
-     * You can also set up a custom path below.
+     * To run these tests, you will first need to run the get-traces.sh script
+     * located under lttng/org.eclipse.linuxtools.ctf.core.tests/traces/ .
      */
-    public final static String traceFile = "traces/trace2"; //$NON-NLS-1$
+    public final static String traceFile = "../org.eclipse.linuxtools.ctf.core.tests/traces/trace2"; //$NON-NLS-1$
     public final static long startTime = 1331668247314038062L;
 
     private static CtfTmfTrace trace = null;
This page took 0.038907 seconds and 5 git commands to generate.