summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-14 15:21:17 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-14 15:21:17 +0000
commit262910124579188383512e7b539f561737ee6fd6 (patch)
tree0c0fe733997c310b3b730e02d99d9e6c314c1b4f /java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
parent9f6045bab30d9f5083ee7f21dd6463f2a44b46a5 (diff)
Add properties file to control where the tests read contributions from. May not work yet as I think the OASIS files, which should read this, are still changing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties b/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
new file mode 100644
index 0000000000..bb43e08a6d
--- /dev/null
+++ b/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
@@ -0,0 +1,17 @@
+#
+# Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
+# OASIS trademark, IPR and other policies apply.
+#
+
+# OASIS SCA Assembly test properties
+# The implementation type to use for Assembly test suite
+# org.oasis.sca.tests.assembly.lang=BPEL
+org.oasis.sca.tests.assembly.lang=Java
+
+# The class to use as the Runtime Bridge for the SCA runtime under test
+org.oasis.sca.tests.assembly.runtime_bridge=client.TuscanyRuntimeBridge
+
+# 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=../%1/target/tuscany-otests-asm-%1.jar
+