summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-08-27 20:45:04 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-08-27 20:45:04 +0000
commitf89c1bcbe8b2f825228b329c28ac78a0acf5839c (patch)
treef1cbc431b7dbeffba9b6879f9f4e130258fbbe69
parent1c3d230b1a82d805893f93ac7e9f82dcd414382f (diff)
Remove the FIXME from the testcase name as it works now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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;