Author: dims
Date: Tue Nov 10 15:14:01 2009
New Revision: 834492
URL: http://svn.apache.org/viewvc?rev=834492&view=rev
Log:
fix testcase.resolver.schemaloc.SchemaLocationTest failure under latest mvn.
need to specifically set the system property
Modified:
webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml
webservices/woden/trunk/java/woden-tests/pom-impl-om.xml
Modified: webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml?rev=834492&r1=834491&r2=834492&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml (original)
+++ webservices/woden/trunk/java/woden-tests/pom-impl-dom.xml Tue Nov 10
15:14:01 2009
@@ -42,6 +42,12 @@
Note that this part is going to disappear as the OM
implementation
will make progress
-->
+ <systemProperties>
+ <property>
+ <name>org.apache.woden.WSDLFactory</name>
+ <value>${org.apache.woden.WSDLFactory}</value>
+ </property>
+ </systemProperties>
<testFailureIgnore>false</testFailureIgnore>
<excludes>
<!-- W3C testsuite is run via /ant-test/build.xml
and results
Modified: webservices/woden/trunk/java/woden-tests/pom-impl-om.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tests/pom-impl-om.xml?rev=834492&r1=834491&r2=834492&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tests/pom-impl-om.xml (original)
+++ webservices/woden/trunk/java/woden-tests/pom-impl-om.xml Tue Nov 10
15:14:01 2009
@@ -42,6 +42,12 @@
Note that this part is going to disappear as the OM
implementation
will make progress
-->
+ <systemProperties>
+ <property>
+ <name>org.apache.woden.WSDLFactory</name>
+ <value>${org.apache.woden.WSDLFactory}</value>
+ </property>
+ </systemProperties>
<testFailureIgnore>false</testFailureIgnore>
<excludes>
<!-- W3C testsuite is run via /ant-test/build.xml
and results
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]