lttng: Fix control model unit tests for the new API
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 31 Jan 2013 20:04:03 +0000 (15:04 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 31 Jan 2013 20:31:20 +0000 (15:31 -0500)
commit1c3c58074a9c129217bcfac29a8c01cbdcb48765
tree123482c7f16b558d31ad23373bc967e804b24228
parent2ba3d0a19664aeb0c66a032fac1dcc05ef164188
lttng: Fix control model unit tests for the new API

The .init() and .dispose() were done in the now-unused TestSetup.
Move those the the @Before and @After classes in the tests
themselves.

Change-Id: I9d782a3192e5ced2ee65b916aaa5a1dce50f801d
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/10081
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Hudson CI
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/control/model/component/ModelImplTestSetup.java [deleted file]
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/control/model/component/TraceControlKernelProviderTests.java
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/control/model/component/TraceControlKernelSessionTests.java
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/control/model/component/TraceControlUstProviderTests.java
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/control/model/component/TraceControlUstSessionTests.java
This page took 0.027276 seconds and 5 git commands to generate.