summaryrefslogtreecommitdiffstats
path: root/otest/current/tests/src/test/resources/oasis-sca-tests.properties
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-02 09:59:23 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-02 09:59:23 +0000
commit8227d226f54d00bb430e1e0985bbef7596864e28 (patch)
tree533d0953cfe03904fd3f9af8c4cc2d0484cf2ede /otest/current/tests/src/test/resources/oasis-sca-tests.properties
parent9ea808f62ef15eba6b1501c9400ab23f7d2154e7 (diff)
Try out moving the otests out of 2.x trunk by copying the tuscany/sca/java/otest folder to tuscany/otest. - A copy not a move so the old one can continued to be used. Can worry about the name tuscany/otest later
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--otest/current/tests/src/test/resources/oasis-sca-tests.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/otest/current/tests/src/test/resources/oasis-sca-tests.properties b/otest/current/tests/src/test/resources/oasis-sca-tests.properties
new file mode 100644
index 0000000000..c02f116ccd
--- /dev/null
+++ b/otest/current/tests/src/test/resources/oasis-sca-tests.properties
@@ -0,0 +1,20 @@
+#
+# 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
+# - use client.TuscanyRuntimeBridge for the OSGi runtime
+# - use tuscany.TuscanyRuntimeBridge for the Java runtime
+# org.oasis.sca.tests.assembly.runtime_bridge=client.TuscanyRuntimeBridge
+org.oasis.sca.tests.assembly.runtime_bridge=org.apache.tuscany.sca.otest.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
+