diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-08 16:06:19 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-08 16:06:19 +0000 |
commit | 41675953dc5708c02461b7c219aba4831be36660 (patch) | |
tree | dd401dbad1c667591e0d327053ec5ce38d58b31b /sca-java-2.x/trunk | |
parent | 4231ba6447c8eb55864b3b1163ff32c02641bf2c (diff) |
A few more comments on status
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/policy/pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml index 4f703f6f0b..b180d1a0de 100644 --- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml @@ -76,15 +76,17 @@ <excludes>
<exclude>**/POL_3001_TestCase.java</exclude><!-- see TUSCANY-3370 -->
<exclude>**/POL_3002_TestCase.java</exclude><!-- see TUSCANY-3370 -->
- <exclude>**/POL_4003_TestCase.java</exclude><!-- see TUSCANY-3372 -->
- <exclude>**/POL_4013_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
- <exclude>**/POL_4028_TestCase.java</exclude><!-- see TUSCANY-3380 -->
+ <exclude>**/POL_4003_TestCase.java</exclude><!-- see TUSCANY-3488 -->
+ <exclude>**/POL_4013_TestCase.java</exclude><!-- see TUSCANY-xxxx Doesn't fail for me - SL -->
+ <exclude>**/POL_4028_TestCase.java</exclude><!-- see TUSCANY-xxxx Should now work -->
+ <!-- transaction intents -->
<exclude>**/POL_9006_TestCase.java</exclude><!-- see TUSCANY-3487-->
<exclude>**/POL_9009_TestCase.java</exclude><!-- see TUSCANY-3487-->
<exclude>**/POL_9015_TestCase.java</exclude><!-- see TUSCANY-3487-->
<exclude>**/POL_9016_TestCase.java</exclude><!-- see TUSCANY-3487-->
<exclude>**/POL_9017_TestCase.java</exclude><!-- see TUSCANY-3487-->
<exclude>**/POL_9018_TestCase.java</exclude><!-- see TUSCANY-3487-->
+ <!-- noListener intents -->
<exclude>**/POL_10001_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
<exclude>**/POL_10002_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
</excludes>
|