You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2008/03/26 22:35:31 UTC

svn commit: r641588 - /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/RuntimeExceptionsAsyncMepTest.java

Author: rott
Date: Wed Mar 26 14:35:30 2008
New Revision: 641588

URL: http://svn.apache.org/viewvc?rev=641588&view=rev
Log:
enable tests from previous check-in

Modified:
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/RuntimeExceptionsAsyncMepTest.java

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/RuntimeExceptionsAsyncMepTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/RuntimeExceptionsAsyncMepTest.java?rev=641588&r1=641587&r2=641588&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/RuntimeExceptionsAsyncMepTest.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/RuntimeExceptionsAsyncMepTest.java Wed Mar 26 14:35:30 2008
@@ -78,7 +78,7 @@
 	 *               is a server not found case). Expected to throw a
 	 *               EE/WSE/UnknownHostException
 	 */
-	public void _testAsyncPolling_asyncMEP_UnknwonHost() throws Exception {
+	public void testAsyncPolling_asyncMEP_UnknwonHost() throws Exception {
 		
         AsyncPort port = getPort();
 		
@@ -107,7 +107,7 @@
 	 *               configured against an endpoint which does not exist (this
 	 *               is a 404-Not Found case). Expected to throw a EE/WSE
 	 */
-	public void _testAsyncPolling_asyncMEP_404NotFound() throws Exception {
+	public void testAsyncPolling_asyncMEP_404NotFound() throws Exception {
 		
 		AsyncPort port = getPort();
 		Map<String, Object> rc = ((BindingProvider) port).getRequestContext();
@@ -141,7 +141,7 @@
 	 *               will throw a WSE which should result in a
 	 *               EE/SOAPFaultException
 	 */
-	public void _testAsyncPolling_asyncMEP_WebServiceException() throws Exception {
+	public void testAsyncPolling_asyncMEP_WebServiceException() throws Exception {
 		
 		AsyncPort port = getPort();
 		Response<ThrowExceptionResponse> resp = port
@@ -165,7 +165,7 @@
 	 *               will throw a wsdl:fault which should result in a
 	 *               EE/SimpleFault
 	 */
-	public void _testAsyncPolling_asyncMEP_WsdlFault() throws Exception{
+	public void testAsyncPolling_asyncMEP_WsdlFault() throws Exception{
 		
 		AsyncPort port = getPort();
 		Response<ThrowExceptionResponse> resp = port
@@ -192,7 +192,7 @@
 	 *               is a server not found case). Expected to throw a
 	 *               EE/WSE/UnknownHostException
 	 */
-	public void _testAsyncCallback_asyncMEP_UnknownHost() throws Exception {
+	public void testAsyncCallback_asyncMEP_UnknownHost() throws Exception {
 
 		AsyncPort port = getPort();
 		Map<String, Object> rc = ((BindingProvider) port).getRequestContext();
@@ -225,7 +225,7 @@
 	 *               is a 404 Not Found case). Expected to throw a
 	 *               EE/WSE/UnknownHostException
 	 */
-	public void _testAsyncCallback_asyncMEP_404NotFound() throws Exception {
+	public void testAsyncCallback_asyncMEP_404NotFound() throws Exception {
 		
 		AsyncPort port = getPort();
 		Map<String, Object> rc = ((BindingProvider) port).getRequestContext();
@@ -292,7 +292,7 @@
 	 *               will throw a wsdl:fault which should result in a
 	 *               EE/SimpleFault
 	 */
-	public void _testAsyncCallback_asyncMEP_WsdlFault() throws Exception{
+	public void testAsyncCallback_asyncMEP_WsdlFault() throws Exception{
 		
 		AsyncPort port = getPort();
 		CallbackHandler<ThrowExceptionResponse> handler = new CallbackHandler<ThrowExceptionResponse>();



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