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:
parent
16efcf55c9
commit
50a0de6fbf
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue