Update for new LTTngAgent.dispose() method
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 12 Apr 2016 00:33:13 +0000 (20:33 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 12 Apr 2016 00:33:13 +0000 (20:33 -0400)
commit3e1f7ff43ebe1f56208caafd7aab07c49ab49c5e
treee72a75128435d2908c1d6ca69570ba5332a97901
parenteca27046b6f32c55dc7ceccb0821431c9be9f3af
Update for new LTTngAgent.dispose() method

The method was changed back to being non-static (to not break the
ABI with the old 2.7 class), so update our test code accordingly.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
lttng-ust-java-tests-jul/src/test/java/org/lttng/ust/agent/benchmarks/jul/handler/lttng/old/OldLttngJulHandlerTracingDisabledBenchmark.java
lttng-ust-java-tests-jul/src/test/java/org/lttng/ust/agent/benchmarks/jul/handler/lttng/old/OldLttngJulHandlerTracingEnabledBenchmark.java
lttng-ust-java-tests-jul/src/test/java/org/lttng/ust/agent/integration/events/JulLegacyApiIT.java
lttng-ust-java-tests-log4j/src/test/java/org/lttng/ust/agent/integration/events/Log4jLegacyApiIT.java
This page took 0.039646 seconds and 4 git commands to generate.