From f650e4758bcd1cf18d07f54800303e012ef7b9aa Mon Sep 17 00:00:00 2001 From: lresende Date: Tue, 11 Aug 2009 17:29:01 +0000 Subject: 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 --- .../itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java | 2 +- branches/sca-java-1.x/itest/atom/src/test/resources/news/news.composite | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'branches/sca-java-1.x/itest/atom') 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 @@ - + -- cgit v1.2.3