btf: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / CtfCorePluginTest.java
index 29887733958d2e255db531c25056d64a4785ec79..ba6841d551795994499f83dbd06e05edded3cfd1 100644 (file)
@@ -53,7 +53,7 @@ public class CtfCorePluginTest {
     @Test
     public void testLog() {
         try {
-            Activator.getDefault().log("Some message");
+            Activator.log("Some message");
         } catch (Exception e) {
             fail();
         }
This page took 0.027962 seconds and 5 git commands to generate.