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@803213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2009-08-11 17:19:30 +00:00
parent 16efcf55c9
commit 50a0de6fbf
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>