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/12 23:21:38 UTC

svn commit: r636539 - in /webservices/axis2/trunk/java/modules/jaxws-integration: pom.xml test/org/apache/axis2/jaxws/sample/MtomSampleByteArrayTests.java

Author: rott
Date: Wed Mar 12 15:21:30 2008
New Revision: 636539

URL: http://svn.apache.org/viewvc?rev=636539&view=rev
Log:
Restore jaxws-integration MtomSampleByteArrayTests

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

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml?rev=636539&r1=636538&r2=636539&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml Wed Mar 12 15:21:30 2008
@@ -1202,9 +1202,9 @@
 						<include>**/ParamTests.java</include>
 						<include>**/MessageContextTests.java</include>
 						<include>**/DocLitBareMinTests.java</include>
+						<include>**/MtomSampleByteArrayTests.java</include>
 
 			<!--	These tests are currently failing    -->
-			<!--			<include>**/MtomSampleByteArrayTests.java</include> -->
 			<!-- 			<include>**/FaultyWebServiceTests.java</include> -->
 			<!-- 			<include>**/ParallelAsyncTests.java</include> -->
 			<!--			<include>**/StringListTests.java</include> -->

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/MtomSampleByteArrayTests.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/MtomSampleByteArrayTests.java?rev=636539&r1=636538&r2=636539&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/MtomSampleByteArrayTests.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/MtomSampleByteArrayTests.java Wed Mar 12 15:21:30 2008
@@ -41,7 +41,7 @@
 
     private static final QName QNAME_SERVICE = new QName("urn://mtom1.sample.jaxws.axis2.apache.org", "SendImageService");
     private static final QName QNAME_PORT    = new QName("urn://mtom1.sample.jaxws.axis2.apache.org", "sendImageSoap");
-    private static final String URL_ENDPOINT = "http://localhost:6060/axis2/services/SendImageService";
+    private static final String URL_ENDPOINT = "http://localhost:6060/axis2/services/SendImageService.sendImagePort";
     private static final String IMAGE_DIR = System.getProperty("basedir",".")+File.separator+"test-resources"+File.separator+"image";
 
     public static Test suite() {



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