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