ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / event / TmfTimeRangeTest.java
index 995f18eba5746018472bdbbe3ebe1ab90d58213b..ba7a99db46d7f9b2290b9aa4785304c08f44feea 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010, 2012, 2013 Ericsson
+ * Copyright (c) 2009, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -27,7 +27,7 @@ import org.junit.Test;
 /**
  * Test suite for the TmfTimeRange class.
  */
-@SuppressWarnings({"nls", "javadoc"})
+@SuppressWarnings("javadoc")
 public class TmfTimeRangeTest {
 
     // ------------------------------------------------------------------------
@@ -257,8 +257,6 @@ public class TmfTimeRangeTest {
 
         assertFalse("contains (low value)", range.contains(new TmfTimestamp(12340)));
         assertFalse("contains (high value)", range.contains(new TmfTimestamp(12351)));
-
-        assertTrue("contains (zero)", range.contains(TmfTimestamp.ZERO));
     }
 
     @Test
This page took 0.029099 seconds and 5 git commands to generate.