tmf: Axe the TmfEventTypeManager
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui.tests / src / org / eclipse / tracecompass / tmf / ui / tests / statistics / TmfBaseColumnDataProviderTest.java
index ff6f844028cb2ce7609f7bfcbacfa32650353c99..ab73c197e440f199645c4ee3d72545891b1de765 100644 (file)
@@ -56,8 +56,6 @@ public class TmfBaseColumnDataProviderTest {
 
     private static final String fTestName = "ColumnDataProviderTest";
 
-    private final String fContext = "UnitTest";
-
     private final String fTypeId1 = "Some type1";
     private final String fTypeId2 = "Some type2";
 
@@ -72,9 +70,9 @@ public class TmfBaseColumnDataProviderTest {
 
     private final String fSource = "Source";
 
-    private final TmfEventType fType1 = new TmfEventType(fContext, fTypeId1, TmfEventField.makeRoot(fLabels));
-    private final TmfEventType fType2 = new TmfEventType(fContext, fTypeId1, TmfEventField.makeRoot(fLabels));
-    private final TmfEventType fType3 = new TmfEventType(fContext, fTypeId2, TmfEventField.makeRoot(fLabels));
+    private final TmfEventType fType1 = new TmfEventType(fTypeId1, TmfEventField.makeRoot(fLabels));
+    private final TmfEventType fType2 = new TmfEventType(fTypeId1, TmfEventField.makeRoot(fLabels));
+    private final TmfEventType fType3 = new TmfEventType(fTypeId2, TmfEventField.makeRoot(fLabels));
 
     private final String fReference = "Some reference";
 
This page took 0.036374 seconds and 5 git commands to generate.