diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-07 16:51:44 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-07 16:51:44 +0000 |
commit | ddb870a816e2aca38b54f669b7c50f02ffee54a8 (patch) | |
tree | fc07841736db9baefaeadef02238a4e62d260618 | |
parent | ba9fc3f0357832666d23556559e7df113aec18c8 (diff) |
TUSCANY-3526 - added commented out line that will launch with OSGi for testing permgen problem
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931619 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties b/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties index 880a23c53d..fac7fb521f 100644 --- a/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties +++ b/otest/newlayout/tuscany-test-runner/src/test/resources/oasis-sca-tests.properties @@ -23,6 +23,8 @@ 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=org.apache.tuscany.sca.otest.TuscanyOSGiRuntimeBridge org.oasis.sca.tests.assembly.runtime_bridge=org.apache.tuscany.sca.otest.TuscanyRuntimeBridge +#TUSCANY-3526 - testing with OSGi launcher gives permgen +#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 |