tmf.ui.swtbot: add filterview tests
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui.swtbot.tests / src / org / eclipse / tracecompass / tmf / ui / swtbot / tests / viewers / events / AllTests.java
index 11e22cbbec28a3bd142b4f470caf9367e2f10a55..67781d971c62342a9b269d67cdbf7f8362c1f7fe 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 Ericsson
+ * Copyright (c) 2014, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -21,7 +21,8 @@ import org.junit.runners.Suite;
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
         CallsiteEventsInTableTest.class,
-        CollapseEventsInTableTest.class
+        CollapseEventsInTableTest.class,
+        FilterViewerTest.class
 })
 public class AllTests {
 }
This page took 0.024341 seconds and 5 git commands to generate.