diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-01 15:38:09 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-01 15:38:09 +0000 |
commit | 158b1617cc5ec44116fb39ba45fac5bddad0c59c (patch) | |
tree | 54720a78a183e91e8f8fd306dd159142ad572210 /otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/oasis-sca-tests.properties | |
parent | 8e35f1b26f1c183f6082acb803db8315ee9bb0fb (diff) |
Add the option to use (commented out) if you want to try running the tests with the domain node
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/oasis-sca-tests.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/oasis-sca-tests.properties b/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/oasis-sca-tests.properties index 9bd40612ee..5291b10179 100644 --- a/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/oasis-sca-tests.properties +++ b/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/oasis-sca-tests.properties @@ -23,6 +23,7 @@ org.oasis.sca.tests.assembly.lang=POJO # The class to use as the Runtime Bridge for the SCA runtime under test #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 +#org.oasis.sca.tests.assembly.runtime_bridge=org.apache.tuscany.sca.otest.TuscanyDomainNodeRuntimeBridge # The location of the contributions for the test suite # %1 represents the placement of the name of each contribution into the location URI |