diff options
-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 |