[Bug309042] Improved test code coverage and other mundane issues.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.tests / src / org / eclipse / linuxtools / tmf / tests / trace / TmfExperimentTest.java
index a51ca958b2b19fe1a925023dcb9fd77dddd16065..e9a2711c0f8bd0eaff42f3ec593e3927410e6028 100644 (file)
@@ -60,7 +60,7 @@ public class TmfExperimentTest extends TestCase {
        if (fTraces == null) {
                fTraces = new ITmfTrace[1];
                try {
-               URL location = FileLocator.find(TmfCoreTestPlugin.getPlugin().getBundle(), new Path(path), null);
+               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
                        File test = new File(FileLocator.toFileURL(location).toURI());
                        TmfTraceStub trace = new TmfTraceStub(test.getPath(), true);
                        fTraces[0] = trace;
This page took 0.023621 seconds and 5 git commands to generate.