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 6ba79c0059dce1747ce57c3726c1abc135ac14d5..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
@@ -23,7 +23,9 @@ import org.junit.runners.Suite;
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
         TestCustomTxtWizard.class,
-        TracingPerspectiveChecker.class
+        TestCustomXmlWizard.class,
+        TracingPerspectiveChecker.class,
+        org.eclipse.linuxtools.tmf.ui.swtbot.tests.table.AllTests.class
 })
 public class AllTmfUISWTBotTests {
 }
This page took 0.025544 seconds and 5 git commands to generate.