lttng ui: fix handling of command output for verbose commands
authorBernd Hufmann <bhufmann@gmail.com>
Wed, 6 Mar 2013 18:17:35 +0000 (13:17 -0500)
committerBernd Hufmann <bhufmann@gmail.com>
Wed, 6 Mar 2013 19:55:25 +0000 (14:55 -0500)
commitd128c9799d62d812817b65e51a08d71a9696991e
treec7b452d3df771dbc3e68d83959734218ed768747
parent4ed528248896345bbe6442beeea88f99a4f3b2ee
lttng ui: fix handling of command output for verbose commands

When executing commands with preference verbose the command output
parsing of certain commands were not correct and caused
ExecutionExceptions in Eclipse even if the command was successfully
executed. This has been corrected with this commit. Also, this
commit contains JUnit tests to verify the updates.

Change-Id: I24196959a28093a292f599f93f6b78f6fd76c69e
Signed-off-by: Bernd Hufmann <bhufmann@gmail.com>
Reviewed-on: https://git.eclipse.org/r/10864
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/control/service/LTTngControlServiceTest.java
org.eclipse.linuxtools.lttng2.ui.tests/testfiles/LTTngServiceTest.cfg
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/LTTngControlService.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/LTTngControlServiceConstants.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/LTTngControlServiceFactory.java
This page took 0.024928 seconds and 5 git commands to generate.