ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.swtbot.tests / src / org / eclipse / linuxtools / tmf / ui / swtbot / tests / AllTmfUISWTBotTests.java
index 5fedbaf73d271b0b31dfa729fa9129fcb78121b0..0695023faec32dc82e64549561789f169ace3245 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013 Ericsson
+ * Copyright (c) 2013, 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
@@ -22,8 +22,10 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-        ImportAndReadSmokeTest.class,
-        TestCustomTxtWizard.class
+        TestCustomTxtWizard.class,
+        TestCustomXmlWizard.class,
+        TracingPerspectiveChecker.class,
+        org.eclipse.linuxtools.tmf.ui.swtbot.tests.table.AllTests.class
 })
 public class AllTmfUISWTBotTests {
 }
This page took 0.029806 seconds and 5 git commands to generate.