summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/atom
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 17:29:01 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 17:29:01 +0000
commitf650e4758bcd1cf18d07f54800303e012ef7b9aa (patch)
treed63e2100a26628dc01d9844d607252358233205c /branches/sca-java-1.x/itest/atom
parent78914cd9d83abda2051e4a505fbc6d92062ed994 (diff)
TUSCANY-3166 - Updating test case to use interface.wsdl now that Atom Binding is working with this type of interfaces
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/atom')
-rw-r--r--branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java2
-rw-r--r--branches/sca-java-1.x/itest/atom/src/test/resources/news/news.composite2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java b/branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java
index 9e1b9bdcec..1a732018bb 100644
--- a/branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java
+++ b/branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java
@@ -49,7 +49,7 @@ public class NewsServiceTestCase {
@Test
public void testPing() throws Exception {
new Socket("127.0.0.1", 8085);
- //System.in.read();
+ System.in.read();
}
@Test
diff --git a/branches/sca-java-1.x/itest/atom/src/test/resources/news/news.composite b/branches/sca-java-1.x/itest/atom/src/test/resources/news/news.composite
index 7370bb14bb..f3a3b165cc 100644
--- a/branches/sca-java-1.x/itest/atom/src/test/resources/news/news.composite
+++ b/branches/sca-java-1.x/itest/atom/src/test/resources/news/news.composite
@@ -26,7 +26,7 @@
<component name="NewsServiceComponent">
<implementation.java class="test.abdera.impl.NewsServiceImpl"/>
<service name="NewsService">
- <!--interface.wsdl interface="http://abdera.test/#wsdl.interface(NewsService)"/-->
+ <interface.wsdl interface="http://abdera.test/#wsdl.interface(NewsService)"/>
<tuscany:binding.atom uri="http://localhost:8085/NewsService"/>
</service>
</component>