[jboss-cvs] JBossAS SVN: r62137 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/wsrp.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 5 12:07:01 EDT 2007


Author: fnasser at redhat.com
Date: 2007-04-05 12:07:01 -0400 (Thu, 05 Apr 2007)
New Revision: 62137

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/wsrp/WSRPWSDLToEndpointTestCase.java
Log:
Apply fix from Branch_4_0 to make it compatible with upgraded wsdl4j that came with WS

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/wsrp/WSRPWSDLToEndpointTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/wsrp/WSRPWSDLToEndpointTestCase.java	2007-04-05 15:03:05 UTC (rev 62136)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/wsrp/WSRPWSDLToEndpointTestCase.java	2007-04-05 16:07:01 UTC (rev 62137)
@@ -233,6 +233,10 @@
        {
           return latestImportURI;
        }
+
+       public void close()
+       {
+       }
     }
     
     private String getLocation(Port port)




More information about the jboss-cvs-commits mailing list