ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests / src / org / eclipse / linuxtools / tmf / ctf / ui / swtbot / tests / AllTests.java
index ef1c31e16ea6bd58f460e411bb34bbda20dffbda..bb3df9e919599c686055ff6a7c83d1b368b1af81 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,7 +22,8 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-        ImportAndReadSmokeTest.class
+        ImportAndReadSmokeTest.class,
+        StandardImportAndReadSmokeTest.class
 })
 public class AllTests {
 }
This page took 0.024952 seconds and 5 git commands to generate.