summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-08-27 15:33:55 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-08-27 15:33:55 +0000
commit659e057fee4e363a452abb192ddd75ce267220a4 (patch)
treee482adae968ce1e737fadbdde6f7d56274660df9 /java/sca/itest/nodes
parentf6d17baa1f3c7aa7eb46fcde0d99782a295f87d7 (diff)
Remove FIXME from testcase name so it get run in th ebuild
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/nodes')
-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;