tmf: Don't use assumeTrue() in @BeforeClass in ctfadaptor tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 7 Mar 2014 21:02:34 +0000 (16:02 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 10 Mar 2014 21:42:39 +0000 (17:42 -0400)
commit243d662dea03218f7dc8335deb10fe8888226061
tree8739283d8c3efc10e23cf04c89ef219c4fa17d01
parent59c8ff34ac1639cbb5fe5265f4a77b644b9513e8
tmf: Don't use assumeTrue() in @BeforeClass in ctfadaptor tests

The behavior of a failed assumeTrue() placed within a @BeforeClass
method is really inconsistent between Eclipse and Maven. It can lead
to test failures, when it should really only skip the class.

Change-Id: Ibcd42a56ffd6280ad6682a57c587ddcd2a634e3f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/22697
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/CtfTmfLostEventsTest.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/EventContextTest.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/FunkyTraceTest.java
This page took 0.025772 seconds and 5 git commands to generate.