From 7417cbb9e5950361687efd929e3cdd1aa19278f6 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Wed, 6 Jun 2012 10:32:19 -0400 Subject: [PATCH] tmf: Clear the file name in the verifyHistory program Oops, forgot to remove it before committing. Signed-off-by: Alexandre Montplaisir --- .../tmf/core/tests/statesystem/VerifyHistoryFile.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/statesystem/VerifyHistoryFile.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/statesystem/VerifyHistoryFile.java index 7add8728a4..518dc423f6 100644 --- a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/statesystem/VerifyHistoryFile.java +++ b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/statesystem/VerifyHistoryFile.java @@ -35,7 +35,8 @@ import org.eclipse.linuxtools.tmf.core.statesystem.IStateSystemQuerier; @SuppressWarnings("nls") public class VerifyHistoryFile { - public final static String pathToHistoryFile = "/home/alexandre/bin/eclipse-4.2/runtime-EclipseApplication/myproject/.tracing/trace2/stateHistory.ht"; + // Enter the .ht file name to test here + public final static String pathToHistoryFile = ""; private static File htFile; private static IStateHistoryBackend htBackend; -- 2.34.1