diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-12 08:53:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-12 08:53:51 +0000 |
commit | fdb3ec97be536dca1f2a33cb829088320f180e8d (patch) | |
tree | 6c08c7cf262fce46b5d1eae65c38f976f015cc46 /sca-java-2.x/trunk/compliance-tests | |
parent | c3eb66695bf27db1f85f1bbb124afbd94f487746 (diff) |
Correct language value in oasis test props file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953956 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/binding-ws/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/binding-ws/src/test/resources/oasis-sca-tests.properties b/sca-java-2.x/trunk/compliance-tests/binding-ws/src/test/resources/oasis-sca-tests.properties index ff9c3dce2d..33192c49e5 100644 --- a/sca-java-2.x/trunk/compliance-tests/binding-ws/src/test/resources/oasis-sca-tests.properties +++ b/sca-java-2.x/trunk/compliance-tests/binding-ws/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 |