From 89cf22690e705fbdac45455d82f94be22b8704c4 Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 9 Oct 2009 15:50:47 +0000 Subject: TUSCANY-3283 - update to match the latest changes from the 1.5.2 branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823595 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/helloworld/HttpTransportTestCase.java | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/HttpTransportTestCase.java') diff --git a/branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/HttpTransportTestCase.java b/branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/HttpTransportTestCase.java index c5c1d50bc1..22f154fbf3 100644 --- a/branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/HttpTransportTestCase.java +++ b/branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/HttpTransportTestCase.java @@ -50,6 +50,17 @@ public class HttpTransportTestCase{ scaDomain = SCADomain.newInstance("helloworld1.composite"); } + @Ignore + @Test + public void testWaitForInput() { + System.out.println("Press a key to end"); + try { + System.in.read(); + } catch (Exception ex) { + } + System.out.println("Shutting down"); + } + @Test public void testComponent1SCA() throws IOException { HelloWorldService helloWorldService = scaDomain.getService(HelloWorldService.class, "HelloWorldServiceComponent1/HelloWorldService"); @@ -99,18 +110,6 @@ public class HttpTransportTestCase{ // repeat the JAXWS call with WSDL generated by tuscany - } - - - @Ignore - @Test - public void testWaitForInput() { - System.out.println("Press a key to end"); - try { - System.in.read(); - } catch (Exception ex) { - } - System.out.println("Shutting down"); } @After -- cgit v1.2.3