Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / CtfIteratorTest.java
index 0c621c7248861182b720ca2cbdbcae047763b3a3..f5a001c62cb92a25315c3fb94e782c15b7fafc60 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
@@ -84,7 +84,7 @@ public class CtfIteratorTest {
     @Test
     public void testCtfIterator_init() {
         CtfTmfTrace trace = getTrace();
-        trace.init("test"); //$NON-NLS-1$
+        trace.init("test");
         CtfIterator result = new CtfIterator(trace);
 
         assertNotNull(result);
This page took 0.023789 seconds and 5 git commands to generate.