Update for Bug287562 (Event Model code refresh + JUnits)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.tests / src / org / eclipse / linuxtools / tmf / event / AllEventTests.java
index 11c55f6d24efcbb1c9a3c3c351ac4228b6c987bd..373579f1685f6907bb945ea64acef6075a0db34a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
- *   Francois Chouinard (fchouinard@gmail.com) - Initial API and implementation
+ *   Francois Chouinard - Initial API and implementation
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.event;
@@ -18,6 +18,7 @@ import org.junit.runners.Suite;
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
     TmfTimestampTest.class,
+    TmfTimeRangeTest.class,
     TmfEventTypeTest.class,
     TmfEventFormatTest.class,
     TmfEventContentTest.class,
This page took 0.024426 seconds and 5 git commands to generate.