ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / indexer / TmfMemoryIndexTest.java
index 40d35621aa7726aa2bebc5b56624bdff285f22b4..33ebec31c414ba51614542917f2123ed90e7c15d 100644 (file)
@@ -33,7 +33,7 @@ public class TmfMemoryIndexTest extends AbstractCheckpointCollectionTest {
 
     @Override
     protected TmfMemoryIndex createCollection() {
-        fMemoryIndex = new TmfMemoryIndex(getTrace());
+        fCheckpointCollection = fMemoryIndex = new TmfMemoryIndex(getTrace());
         return fMemoryIndex;
     }
 
This page took 0.025261 seconds and 5 git commands to generate.