analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui.tests / src / org / eclipse / tracecompass / tmf / ui / tests / AllTmfUITests.java
index d5c2d35baef78bc7be70475be631281af8fc7e98..6adf8bf33ec0e35b1bc8d409fd245d4c36b00e81 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011-2013 Ericsson
+ * Copyright (c) 2011-2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
 
 package org.eclipse.tracecompass.tmf.ui.tests;
 
+import org.eclipse.tracecompass.tmf.core.tests.shared.DebugSuite;
 import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
 
 /**
  * Master test suite for TMF UI Core.
  */
-@RunWith(Suite.class)
-@Suite.SuiteClasses({
-    org.eclipse.tracecompass.tmf.ui.tests.histogram.AllTests.class,
-    org.eclipse.tracecompass.tmf.ui.tests.project.model.AllTests.class,
-    org.eclipse.tracecompass.tmf.ui.tests.statistics.AllTests.class,
-    /*
-     * Sequence diagram tests disabled during the move to Trace Compass.
-     * TODO Please fix and re-enable
-     */
-// org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.AllTests.class,
-// org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.AllTests.class,
-// org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.AllTests.class
+@RunWith(DebugSuite.class)
+@DebugSuite.SuiteClasses({
+        org.eclipse.tracecompass.tmf.ui.tests.histogram.AllTests.class,
+        org.eclipse.tracecompass.tmf.ui.tests.project.model.AllTests.class,
+        org.eclipse.tracecompass.tmf.ui.tests.statistics.AllTests.class,
+        org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.AllTests.class,
+        org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.AllTests.class,
+        org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.AllTests.class
 })
 public class AllTmfUITests {
 
This page took 0.028973 seconds and 5 git commands to generate.