Fix findbugs warnings + address concurrency issues in handlers
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / src / org / eclipse / linuxtools / lttng2 / ui / tests / control / model / component / TraceControlProviderTests.java
index 706ffc69cae69313f9cfc6ed3196106285eafcc5..d9f50123d00c479e77d3bee80fdf047076b36b9a 100644 (file)
@@ -26,7 +26,7 @@ import org.eclipse.core.runtime.FileLocator;
 import org.eclipse.core.runtime.Path;
 import org.eclipse.linuxtools.internal.lttng2.stubs.service.TestRemoteSystemProxy;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs.IConfirmDialog;
-import org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs.ICreateChannelOnSessionDialog;
+import org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs.ICreateChannelDialog;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs.ICreateSessionDialog;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs.IGetEventInfoDialog;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs.TraceControlDialogFactory;
@@ -286,7 +286,7 @@ public class TraceControlProviderTests extends TestCase {
         // ------------------------------------------------------------------------
         // Create Channel on UST global domain
         // ------------------------------------------------------------------------
-        TraceControlDialogFactory.getInstance().setCreateChannelOnSessionDialog(new CreateChannelOnSessionDialogStub());
+        TraceControlDialogFactory.getInstance().setCreateChannelDialog(new CreateChannelDialogStub());
 
         fFacility.getControlView().setSelection(session);
         // Give GUI time to actually execute refresh
@@ -917,7 +917,7 @@ public class TraceControlProviderTests extends TestCase {
         }
     }
     
-    public class CreateChannelOnSessionDialogStub implements ICreateChannelOnSessionDialog {
+    public class CreateChannelDialogStub implements ICreateChannelDialog {
 
         @Override
         public IChannelInfo getChannelInfo() {
This page took 0.025258 seconds and 5 git commands to generate.