tmf: make CallstackProvider entry and exit return TmfStates
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests / src / org / eclipse / tracecompass / lttng2 / ust / ui / swtbot / tests / CallStackViewTest.java
index 4524729641bf1ee5c205734a4642e482adb924eb..1f4d225293d84d2687ee18bc64fcf085eab6d4ed 100644 (file)
@@ -86,17 +86,17 @@ public class CallStackViewTest {
      * Stack frames of consecutive events in the trace
      */
     private static final String[] STACK_FRAMES[] = new String[][] {
-        {"40472b", "4045c8", "404412", "", ""},
-        {"40472b", "4045c8", "404412", "40392b", ""},
-        {"40472b", "4045c8", "404412", "", ""},
-        {"40472b", "4045c8", "", "", ""},
-        {"40472b", "4045c8", "404412", "", ""},
-        {"40472b", "4045c8", "404412", "40392b", ""},
-        {"40472b", "4045c8", "404412", "", ""},
-        {"40472b", "4045c8", "", "", ""},
-        {"40472b", "4045c8", "404412", "", ""},
-        {"40472b", "4045c8", "404412", "40392b", ""},
-        {"40472b", "4045c8", "404412", "", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "0x40392b", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "", ""},
+        {"0x40472b", "0x4045c8", "", "", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "0x40392b", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "", ""},
+        {"0x40472b", "0x4045c8", "", "", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "0x40392b", ""},
+        {"0x40472b", "0x4045c8", "0x404412", "", ""},
     };
 
     /** Tooltips of the toolbar buttons */
@@ -191,7 +191,7 @@ public class CallStackViewTest {
         String node = "glxgears-cyg-profile";
         String pid = "-1";
         String childName = "glxgears-16073";
-        List<String> expected = ImmutableList.of("40472b", "", "", "", "");
+        List<String> expected = ImmutableList.of("0x40472b", "", "", "", "");
 
         SWTBotView viewBot = fBot.viewById(CallStackView.ID);
         viewBot.setFocus();
This page took 0.026891 seconds and 5 git commands to generate.