LTTng: CPU usage analysis from the LTTng kernel trace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / CtfLocationDataTest.java
index 21e5d0a51a98d379cfb21df298133137a51134bb..c5cadab591e2d3cbc97ba7f857c048a8a8cb1ee4 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 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
@@ -93,7 +93,7 @@ public class CtfLocationDataTest {
      */
     @Test
     public void testToString() {
-        String expected = "Element [1/0]"; //$NON-NLS-1$
+        String expected = "Element [1/0]";
         assertEquals(expected, fixture.toString());
     }
 }
This page took 0.026754 seconds and 5 git commands to generate.