diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-04 23:23:18 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-04 23:23:18 +0000 |
commit | 916954969d1748daf7ae1ceca4d88375bb2302f8 (patch) | |
tree | 65e4841652e93b760966120d82b7e68a013c1775 /sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties | |
parent | 43fa372555a7dabdbeea6e45af1eb0fa6a353d60 (diff) |
COrrect test language (the props file was copied from the pojo tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties b/sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties index 38e1e013dc..0d8cc27a45 100644 --- a/sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties +++ b/sca-java-2.x/trunk/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties @@ -18,7 +18,7 @@ # 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=POJO
+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
|