diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-04 11:04:38 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-04 11:04:38 +0000 |
commit | 3bfd385323e3f16c335695c78bdac89fe492546d (patch) | |
tree | f66f2621df0b8689b9487ae07f9e2e977654d2e0 /sca-java-2.x/trunk | |
parent | 300d2ed1c624b3d02031f6956ddf19c54f8fb080 (diff) |
Enable policy sub-tests and group with other policy related tests.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/itest/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/itest/pom.xml b/sca-java-2.x/trunk/itest/pom.xml index b88bc4eb3f..d675a46f8a 100644 --- a/sca-java-2.x/trunk/itest/pom.xml +++ b/sca-java-2.x/trunk/itest/pom.xml @@ -71,6 +71,9 @@ <!-- why commented out? <module>operation-overloading</module> --> + <module>policy</module> + <module>policies</module> + <module>policy-transaction</module> <!-- wait until databinding-sdo is in <module>properties</module> --> @@ -86,9 +89,7 @@ <module>scdl</module> <module>services</module> <module>service-reference</module> - <module>wires</module> - <module>policies</module> - <module>policy-transaction</module> + <module>wires</module> <module>ws</module> </modules> </profile> |