tmf: Fix regression in event requests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / request / AllTests.java
index 92c299c128edd877196bbbbd3e878de06ef6474d..e6d2e3561d6c4faf6539e3ace823ce0c25228232 100644 (file)
@@ -1,15 +1,3 @@
-/*******************************************************************************
- * Copyright (c) 2012 Ericsson
- *
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
 package org.eclipse.linuxtools.tmf.core.tests.request;
 
 import junit.framework.Test;
@@ -20,7 +8,7 @@ import org.eclipse.linuxtools.internal.tmf.core.Activator;
 /**
  * <b><u>AllTests</u></b>
  * <p>
- * Test suite for the package o.e.l.tmf.core.request
+ * Implement me. Please.
  * <p>
  */
 @SuppressWarnings({ "nls" })
@@ -32,13 +20,10 @@ public class AllTests {
        public static Test suite() {
                TestSuite suite = new TestSuite("Test suite for " + Activator.PLUGIN_ID + ".request"); //$NON-NLS-1$);
                //$JUnit-BEGIN$
-        suite.addTestSuite(TmfBlockFilterTest.class);
-        suite.addTestSuite(TmfRangeFilterTest.class);
-        suite.addTestSuite(TmfEventTypeFilterTest.class);
-        suite.addTestSuite(TmfRequestTest.class);
-        suite.addTestSuite(TmfCoalescedRequestTest.class);
                suite.addTestSuite(TmfDataRequestTest.class);
                suite.addTestSuite(TmfEventRequestTest.class);
+               suite.addTestSuite(TmfCoalescedDataRequestTest.class);
+               suite.addTestSuite(TmfCoalescedEventRequestTest.class);
                suite.addTestSuite(TmfRequestExecutorTest.class);
                //$JUnit-END$
                return suite;
This page took 0.02448 seconds and 5 git commands to generate.