tmf: Put analyses under their own node in the Project View
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.tests / src / org / eclipse / tracecompass / tmf / ui / tests / project / model / ProjectModelOutputTest.java
index 7195161b2be79bc3f44ac7707f0fe1a7d6cc4dc1..157b07f3375ba14cd6d3c30ef8330f67cad3ae77 100644 (file)
@@ -105,7 +105,7 @@ public class ProjectModelOutputTest {
         TmfAnalysisElement analysis = getTestAnalysisUi();
 
         /* To get the list of outputs the trace needs to be opened */
-        analysis.activateParent();
+        analysis.activateParentTrace();
         try {
             ProjectModelTestData.delayUntilTraceOpened(analysis.getParent());
         } catch (TimeoutException e) {
@@ -134,7 +134,7 @@ public class ProjectModelOutputTest {
     public void testOpenView() {
         TmfAnalysisElement analysis = getTestAnalysisUi();
 
-        analysis.activateParent();
+        analysis.activateParentTrace();
         try {
             ProjectModelTestData.delayUntilTraceOpened(analysis.getParent());
         } catch (TimeoutException e) {
This page took 0.024343 seconds and 5 git commands to generate.