From 74f4ba1afbf3a2914bcbe4ee65cbfb6a7824d7bd Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 23 Jan 2010 13:01:49 +0000 Subject: Uncomment out test method that was inadvertently committed commented out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902402 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/itest/TwoNodesTestCase.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'sca-java-2.x/trunk') diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java b/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java index 298fdcdbbd..80c36e5ee9 100644 --- a/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java +++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java @@ -72,16 +72,16 @@ public class TwoNodesTestCase { throw new IllegalStateException("Can't find jar in: " + targetDirectory); } -// @Test -// public void testCalculator() throws Exception { -// Helloworld service = serviceNode.getService(Helloworld.class, "HelloworldService"); -// assertNotNull(service); -// assertEquals("Hello Petra", service.sayHello("Petra")); -// -// Helloworld client = clientNode.getService(Helloworld.class, "HelloworldClient"); -// assertNotNull(client); -// assertEquals("Hi Hello Petra", client.sayHello("Petra")); -// } + @Test + public void testCalculator() throws Exception { + Helloworld service = serviceNode.getService(Helloworld.class, "HelloworldService"); + assertNotNull(service); + assertEquals("Hello Petra", service.sayHello("Petra")); + + Helloworld client = clientNode.getService(Helloworld.class, "HelloworldClient"); + assertNotNull(client); + assertEquals("Hi Hello Petra", client.sayHello("Petra")); + } @Test public void testCalculatorClientAPI() throws Exception { -- cgit v1.2.3