tmf: Disable NLS warnings in tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / views / uml2sd / loader / TmfUml2SDSyncLoaderTimeTest.java
index ab6cfe34d06d902da82da25038e1d3945608a96d..deec8dc5f02a2c35a1a3303bd440f0ae83387fb2 100644 (file)
@@ -34,7 +34,6 @@ import org.junit.Test;
  *
  * @author Bernd Hufmann
  */
-@SuppressWarnings("nls")
 public class TmfUml2SDSyncLoaderTimeTest {
 
     // ------------------------------------------------------------------------
@@ -43,7 +42,7 @@ public class TmfUml2SDSyncLoaderTimeTest {
 
     // Test case 001 expected values
     final static private Uml2SDTestTimestamp TC_001_TIME_VALUE       = new Uml2SDTestTimestamp(9788642228395L);
-    final static private String              TC_001_MESSAGE_NAME     = "START_GAME_REPLY"; //$NON-NLS-1$
+    final static private String              TC_001_MESSAGE_NAME     = "START_GAME_REPLY";
     final static private int                 TC_001_PAGE_VALUE       = 0;
     final static private int                 TC_001_START_OCCURRANCE = 6;
     final static private int                 TC_001_END_OCCURRANCE   = TC_001_START_OCCURRANCE;
@@ -52,7 +51,7 @@ public class TmfUml2SDSyncLoaderTimeTest {
 
     // Test case 002 expected values
     final static private Uml2SDTestTimestamp TC_002_TIME_VALUE       = new Uml2SDTestTimestamp(9789689830722L);
-    final static private String              TC_002_MESSAGE_NAME     = "PAUSE_GAME_REQUEST"; //$NON-NLS-1$
+    final static private String              TC_002_MESSAGE_NAME     = "PAUSE_GAME_REQUEST";
     final static private int                 TC_002_PAGE_VALUE       = 2;
     final static private int                 TC_002_START_OCCURRANCE = 7;
     final static private int                 TC_002_END_OCCURRANCE   = TC_002_START_OCCURRANCE;
This page took 0.023969 seconds and 5 git commands to generate.