Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharley Wang2009-10-07 23:58:16 +0000
committerCharley Wang2009-10-07 23:58:16 +0000
commit910bf8fa1c68093f734458788d60bb858ba9fdea (patch)
treeb24ee3ec0ee5b4a49cb228b49da3078ae0c2d547 /systemtap/org.eclipse.linuxtools.callgraph.tests
parent4bce474abefcd1b84fb64af7e9db104a064a6189 (diff)
downloadorg.eclipse.linuxtools-910bf8fa1c68093f734458788d60bb858ba9fdea.tar.gz
org.eclipse.linuxtools-910bf8fa1c68093f734458788d60bb858ba9fdea.tar.xz
org.eclipse.linuxtools-910bf8fa1c68093f734458788d60bb858ba9fdea.zip
Changed view ID
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.callgraph.tests')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphViewTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphViewTest.java b/systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphViewTest.java
index 6209b65d8c..2f863cec12 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphViewTest.java
+++ b/systemtap/org.eclipse.linuxtools.callgraph.tests/src/org/eclipse/linuxtools/callgraph/tests/SystemTapGraphViewTest.java
@@ -24,7 +24,7 @@ public class SystemTapGraphViewTest extends TestCase {
System.out.println("\n\nLaunching RunSystemTapActionTest\n");
- stapView = (SystemTapTextView) TestHelper.makeView("org.eclipse.linuxtools.callgraph.core.systemtaptextview");
+ stapView = (SystemTapTextView) TestHelper.makeView("org.eclipse.linuxtools.callgraph.core.staptextview");
if (stapView == null)
try {
throw new Exception("The SystemTapView is null");

Back to the top