OASIS fixes to make ASM_8007, ASM_8008, ASM_8009 and ASM_8018 work
------------------------------------------------------------------
Key: TUSCANY-3355
URL: https://issues.apache.org/jira/browse/TUSCANY-3355
Project: Tuscany
Issue Type: Bug
Components: OASIS Compliance - OASIS
Affects Versions: Java-SCA-2.0
Reporter: Luciano Resende
Fix For: Java-SCA-2.0
These tests are all commented out from the pom.xml, thus the tests are failing
with FNF exceptions.
Adding these modules to build (see patch below) allows these tests to complete
successfully.
Index: pom.xml
===================================================================
--- pom.xml (revision 372)
+++ pom.xml (working copy)
@@ -67,14 +67,14 @@
<module>ASM_8004_Java</module>
<module>ASM_8005_Java</module>
<module>ASM_8006</module>
- <!--module>ASM_8007</module-->
- <!--module>ASM_8008</module-->
- <!--module>ASM_8009</module-->
+ <module>ASM_8007</module>
+ <module>ASM_8008</module>
+ <module>ASM_8009</module>
<module>ASM_8010</module>
<module>ASM_8011</module>
<module>ASM_8012</module>
<module>ASM_8017</module>
- <!--module>ASM_8018</module-->
+ <module>ASM_8018</module>
<module>ASM_8019</module>
<module>ASM_9002</module>
<module>ASM_10001</module>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.