diff options
Diffstat (limited to 'java/sca/itest/nodes/two-nodes-test/src/test')
-rw-r--r-- | java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java (renamed from java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCaseFIXME.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCaseFIXME.java b/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java index 066a1a0f33..4a41ae8133 100644 --- a/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCaseFIXME.java +++ b/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java @@ -35,7 +35,7 @@ import org.junit.Test; /**
* Tests using two nodes and stopping and restarting a service node.
*/
-public class StopStartNodesTestCaseFIXME {
+public class StopStartNodesTestCase {
private static Node serviceNode;
private static Node clientNode;
|