You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/03/13 17:32:15 UTC

svn commit: r517759 - /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/NonWrapTests.java

Author: dims
Date: Tue Mar 13 09:32:12 2007
New Revision: 517759

URL: http://svn.apache.org/viewvc?view=rev&rev=517759
Log:
oops forgot to commit the test case (removed test that checks for WebServiceExcpeiton on null parameter)

Modified:
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/NonWrapTests.java

Modified: webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/NonWrapTests.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/NonWrapTests.java?view=diff&rev=517759&r1=517758&r2=517759
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/NonWrapTests.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/NonWrapTests.java Tue Mar 13 09:32:12 2007
@@ -48,21 +48,7 @@
 			fail();
 		}
 	}
-    
-    public void testTwoWaySyncNull() throws Exception{
-        System.out.println("------------------------------");
-        System.out.println("Test : "+getName());
-        try{
-            TwoWay twoWay = null;  // This should cause an WebServiceException
-            DocLitNonWrapService service = new DocLitNonWrapService();
-            DocLitNonWrapPortType proxy = service.getDocLitNonWrapPort();
-            ReturnType returnValue = proxy.twoWay(twoWay);
-            fail("Expected WebServiceException");
-        } catch(WebServiceException e){
-            System.out.println(e.toString());
-        }
-    }
-    
+
 	public void testTwoWayASyncCallback(){
 		System.out.println("------------------------------");
 		System.out.println("Test : "+getName());



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org