| author | Alexandre Montplaisir | 2012-03-20 11:40:17 (EDT) |
|---|---|---|
| committer | Francois Chouinard | 2012-03-27 13:52:26 (EDT) |
| commit | e5698b3415b5c9682ec73eb50a2e433f6ea41c5b (patch) (side-by-side diff) | |
| tree | de3b901153f41a0d88348dc943a0ac5317a9a1ad | |
| parent | 5dea65a54b20bdf792e4a5a901e3bf67c9eac34f (diff) | |
| download | org.eclipse.linuxtools-e5698b3415b5c9682ec73eb50a2e433f6ea41c5b.zip org.eclipse.linuxtools-e5698b3415b5c9682ec73eb50a2e433f6ea41c5b.tar.gz org.eclipse.linuxtools-e5698b3415b5c9682ec73eb50a2e433f6ea41c5b.tar.bz2 | |
Fix location of the new test trace file
Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
| -rw-r--r-- | lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/CTFTestFiles.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/CTFTestFiles.java b/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/CTFTestFiles.java index 5293474..2c8cffb 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/CTFTestFiles.java +++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/CTFTestFiles.java @@ -29,10 +29,11 @@ public abstract class CTFTestFiles { /* * To run these tests, you will need to download the following trace, at: - * http://www.dorsal.polymtl.ca/~alexmont/data/trace1.tar.bz2 + * http://www.dorsal.polymtl.ca/~alexmont/data/trace2.tar.bz2 * - * and extract it at the root of the project. You can also set up a custom - * path below. + * and extract it in the + * .../org.eclipse.linuxtools.lttng2.kernel.core.tests/traces/ directory. + * You can also set up a custom path below. */ public final static String traceFile = "traces/trace2"; //$NON-NLS-1$ public final static long startTime = 18669367225825L; |

