tmf: Fix exception throwing in Sequence Diagram tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 1 May 2013 20:23:11 +0000 (16:23 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 2 May 2013 13:19:57 +0000 (09:19 -0400)
commit3fcf269e141a90e45149989bc7fe3407f892bcc7
tree7e461fb4f7cd58ec4f56276115052fbfb4959c90
parentf0c0d2c2ea5b0df4af8941f95e751ba41b437ec3
tmf: Fix exception throwing in Sequence Diagram tests

Because of the new trace manager, the tests now have to send
"dummy" signals when traces are opened or selected, to register
them in the manager.

Also removed the RuntimeException when receiving a signal that
says to close a trace that is not currently open. We will simply
ignore it in this case.

Change-Id: I6ca345fb817a8a5691b41430b0062dbf5dc0812f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/12441
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfTraceManager.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/loader/Uml2SDTestFacility.java
This page took 0.027647 seconds and 5 git commands to generate.