tmf: Fix FunctionNameMapperTest failing when running from RunAllCoreTests
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 7 Jul 2015 05:08:53 +0000 (01:08 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 7 Jul 2015 18:08:27 +0000 (14:08 -0400)
Change-Id: I2270bd713c89c895c153ba96f482eea8bb49e755
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/51449
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/callstack/FunctionNameMapperTest.java

index cad077807e3e5cf75221c56d7bee066ef98c61f9..d676fd8f0acaa002070e88680436b2360897bbc7 100644 (file)
@@ -37,7 +37,7 @@ public class FunctionNameMapperTest {
      */
     @Test
     public void testNmFile() {
-        Path nmOutput = Paths.get("..", "org.eclipse.tracecompass.tmf.core.tests",
+        Path nmOutput = Paths.get("..", "..", "tmf", "org.eclipse.tracecompass.tmf.core.tests",
                 "testfiles", "callstack" , "nm-output-example");
         assertTrue(Files.exists(nmOutput));
         Map<String, String> results = FunctionNameMapper.mapFromNmTextFile(nmOutput.toFile());
This page took 0.033079 seconds and 5 git commands to generate.