ctf: Make events immutable
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / StreamInputTest.java
index 8a7c8772335d56d4e91f9c58a44ab28bd1b928b5..641db4babb0d54b12359611f6bb891a793b1e6d6 100644 (file)
@@ -82,7 +82,7 @@ public class StreamInputTest {
      */
     @Test
     public void testGetPath() {
-        String result = fixture.getPath();
+        String result = fixture.getScopePath().toString();
         assertNotNull(result);
     }
 
This page took 0.027917 seconds and 5 git commands to generate.