summaryrefslogtreecommitdiffstats
path: root/java/sca/modules
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules')
-rw-r--r--java/sca/modules/domain-node/src/test/java/org/apache/tuscany/sca/node/MultipleNodesPerJVMTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/domain-node/src/test/java/org/apache/tuscany/sca/node/MultipleNodesPerJVMTestCase.java b/java/sca/modules/domain-node/src/test/java/org/apache/tuscany/sca/node/MultipleNodesPerJVMTestCase.java
index ac49947841..95e470bb28 100644
--- a/java/sca/modules/domain-node/src/test/java/org/apache/tuscany/sca/node/MultipleNodesPerJVMTestCase.java
+++ b/java/sca/modules/domain-node/src/test/java/org/apache/tuscany/sca/node/MultipleNodesPerJVMTestCase.java
@@ -22,6 +22,7 @@ package org.apache.tuscany.sca.node;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import itest.nodes.Helloworld;
+import static org.junit.Assert.fail;
import org.junit.After;
import org.junit.Test;
@@ -70,9 +71,8 @@ public class MultipleNodesPerJVMTestCase{
try {
assertEquals("Hi Hello Petra", client.sayHello("Petra"));
- // fail(); //TODO: this should fail but it doesn't so the domain names aren't working properly as it picks up the fooDomain
+ fail();
} catch (SCARuntimeException e) {
- e.printStackTrace();
// FIXME: this gives an SCARuntimeException, would be better to be something like ServiceNotFoundException?
// expected
}