Add some integration tests for JUL
[lttng-ust-java-tests.git] / src / org / lttng / ust / agent / benchmarks / jul / handler / lttng / LttngJulHandlerTracingDisabledBenchmark.java
index 690af1d0d096e30fdcdeec251adb3e4bf9064f4f..562965dd1f15490308135629d62dfd4406b87999 100644 (file)
@@ -22,7 +22,7 @@ public class LttngJulHandlerTracingDisabledBenchmark extends AbstractJulBenchmar
 
     @After
     public void testTeardown() {
-        assertTrue(LttngSessionControl.stopSession());
-        assertTrue(LttngSessionControl.destroySession());
+        assertTrue(LttngSessionControl.stopSession(null));
+        assertTrue(LttngSessionControl.destroySession(null));
     }
 }
This page took 0.022238 seconds and 4 git commands to generate.