Add tests for the "lttng list" command
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 8 Sep 2015 23:39:24 +0000 (19:39 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 9 Sep 2015 20:50:50 +0000 (16:50 -0400)
commitb34f80aea1266b5f8235cf4bc528aec5248a1fd1
treeb3b491a9dca79ec61fe6a42b4e9f2bdcb67d8516
parent1aea34880f2331c5c3431e7d1520bb99b965736b
Add tests for the "lttng list" command

Should cover https://bugs.lttng.org/issues/933

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
lttng-tools-java/.settings/org.eclipse.jdt.core.prefs
lttng-tools-java/src/main/java/org/lttng/tools/ILttngSession.java
lttng-tools-java/src/main/java/org/lttng/tools/LttngCommandLineSession.java
lttng-ust-java-tests/.settings/org.eclipse.jdt.core.prefs
lttng-ust-java-tests/src/test/java/org/lttng/ust/agent/integration/events/ListEventsITBase.java [new file with mode: 0644]
lttng-ust-java-tests/src/test/java/org/lttng/ust/agent/integration/events/jul/JulListEventsIT.java [new file with mode: 0644]
lttng-ust-java-tests/src/test/java/org/lttng/ust/agent/integration/events/log4j/Log4jListEventsIT.java [new file with mode: 0644]
This page took 0.02362 seconds and 4 git commands to generate.