Rename xxx.lttng to xxx.lttng.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.tests / src / org / eclipse / linuxtools / lttng / tests / state / TestStateManager.java
index 7c31d47a5e526be5425eb7d8b6a40f72138cbb00..28023cc003be80c7af93a33440c9b86611799a21 100644 (file)
@@ -30,16 +30,16 @@ public class TestStateManager extends TestCase {
        public void testSetTraceSelection() {
                String logName = "traceset/trace-15316events_nolost_newformat";
                
-               LTTngTrace testStream = null;
-               try {
-                       testStream = new LTTngTrace(logName, false);
-               } catch (Exception e) {
+//             LTTngTrace testStream = null;
+//             try {
+//                     testStream = new LTTngTrace(logName, true);
+//             } catch (Exception e) {
 //                     e.printStackTrace();
-               }
-
-               if (testStream != null) {
-                   LTTngTrace[] streamList = new LTTngTrace[1];
-                       streamList[0] = testStream;
+//             }
+//
+//             if (testStream != null) {
+//                 LTTngTrace[] streamList = new LTTngTrace[1];
+//                     streamList[0] = testStream;
                        // TmfExperiment<LttngEvent> newExp = new
                        // TmfExperiment<LttngEvent>(LttngEvent.class, logName, streamList);
                        
@@ -57,6 +57,6 @@ public class TestStateManager extends TestCase {
                        // sb.append("\n" + event);
                        // }
                        // TraceDebug.debug("Events not Handled: " + sb.toString());
-               }
+//             }
        }
 }
This page took 0.025152 seconds and 5 git commands to generate.