diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-27 15:46:56 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-27 15:46:56 +0000 |
commit | 59da0d3c02e2fc0f1402fca801d70ed193d436cb (patch) | |
tree | b5cfab2aeb4570d9489d7688516ebfb05154e9ab | |
parent | 659e057fee4e363a452abb192ddd75ce267220a4 (diff) |
Rename it back to FIXME as i've cleanup to much and it doesn'twork again :-(
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808467 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCaseFIXME.java (renamed from java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java b/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCaseFIXME.java index 4a41ae8133..066a1a0f33 100644 --- a/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java +++ b/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCaseFIXME.java @@ -35,7 +35,7 @@ import org.junit.Test; /**
* Tests using two nodes and stopping and restarting a service node.
*/
-public class StopStartNodesTestCase {
+public class StopStartNodesTestCaseFIXME {
private static Node serviceNode;
private static Node clientNode;
|