tmf: Add utility method to delete supplementary files of a trace
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 7 Oct 2016 21:04:51 +0000 (17:04 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 18 Oct 2016 17:54:24 +0000 (13:54 -0400)
commitcad998a77667bc8e7ae27d9c9124f098fdebb9ec
treeef98384d4acbb183eb933d98129064226dcd0106
parent6db82092b514421a6dd57645f9aadac8bac4a3e0
tmf: Add utility method to delete supplementary files of a trace

Add the new (and move an existing) test into a separate file, because
the existing test suite uses the same static traces for all the tests.
If we are to delete a trace's supplementary files, the trace should
be regenerated for other tests!

Change-Id: I0727422dd190d9012e6b8ccce0d7d175711e149b
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/82778
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/temp/tracemanager/TmfTraceManagerTest.java
ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/temp/tracemanager/TmfTraceManagerUtilityTest.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTraceManager.java
This page took 0.02671 seconds and 5 git commands to generate.