diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-17 09:40:34 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-17 09:40:34 +0000 |
commit | e1ff9c87d7121f18f675f4ae125932d690aa8f48 (patch) | |
tree | 41e336be3c90cff5c3f37852aa2f6057e80c553e /sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties | |
parent | 17da2ef396070aea8b5e70e312a55ec5d53758cd (diff) |
Switch to using the latest jci otests (r94).
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties b/sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties index 0d8cc27a45..0347fc3ec5 100644 --- a/sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties +++ b/sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties @@ -26,5 +26,5 @@ org.oasis.sca.tests.assembly.runtime_bridge=org.apache.tuscany.sca.otest.Tuscany # The location of the contributions for the test suite
# %1 represents the placement of the name of each contribution into the location URI
-org.oasis.sca.tests.assembly.contribution.location=target/oasis-contributions/%1.zip
+org.oasis.sca.tests.assembly.contribution.location=target/oasis-contributions/%1/target/%1.zip
|