diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-23 17:36:14 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-23 17:36:14 +0000 |
commit | 4c31e02ecc8216a242419b451dfec4a48fe8645d (patch) | |
tree | 4c70271eec8955d19054b650839567fad3941501 | |
parent | d9e17fb6b193c04a99fa4ac11b2163e084650daf (diff) |
Correct the bridge string for the OSGi launcher
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818170 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties b/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties index e964f7fc7e..880a23c53d 100644 --- a/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties +++ b/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties @@ -21,9 +21,7 @@ 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.TuscanyOSGiRuntimeBridge org.oasis.sca.tests.assembly.runtime_bridge=org.apache.tuscany.sca.otest.TuscanyRuntimeBridge # The location of the contributions for the test suite |