ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / event / TmfTimePreferencesTest.java
index 7ca61a499419950a92ef8d9275760249a42a6826..141bcf99518b347541069a2200bcff4921619942 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013 Ericsson
+ * Copyright (c) 2013, 2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -32,8 +32,8 @@ import org.osgi.service.prefs.BackingStoreException;
  */
 public class TmfTimePreferencesTest {
 
-    private static final String TIME_PATTERN = "HH:mm:ss.SSS CCC NNN";
-    private static final String INTERVAL_PATTERN = "TTT.SSS CCC NNN";
+    private static final String TIME_PATTERN = "HH:mm:ss.SSS SSS SSS";
+    private static final String INTERVAL_PATTERN = "TTT.SSS SSS SSS";
 
     /**
      * Test that the preferences get initialized to the default
This page took 0.026385 seconds and 5 git commands to generate.