Fix order of execution in CTF JUnit tests.
authorBernd Hufmann <bhufmann@gmail.com>
Mon, 10 Dec 2012 17:21:48 +0000 (12:21 -0500)
committerBernd Hufmann <bhufmann@gmail.com>
Mon, 10 Dec 2012 19:40:23 +0000 (14:40 -0500)
commitb26a2c52eb5ba48cab1d781404647da861507c48
tree988cb95770b5098130d749f0f517b1bbc9d4b00e
parent7ada0d7a855e7e2d21d1ffdcb8c00f01697ba25d
Fix order of execution in CTF JUnit tests.

The order of test case within a JUnit tests file doesn't ensure the
order of execution. So, each test case within a file have to be
self-contained.

Change-Id: Ie7cdff17f4c176062a4eabd038de3870e44834de
Reviewed-on: https://git.eclipse.org/r/9146
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/trace/CTFTraceTest.java
This page took 0.036106 seconds and 5 git commands to generate.