diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-21 04:02:12 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-21 04:02:12 +0000 |
commit | d45b99920d7e0f974c03a8bef7e6b45b0a4e0834 (patch) | |
tree | a54943013ecbecdd1641271c85015c7dfc180018 | |
parent | 0a50db75a85229b008084e10a065bc87fbe0a1e8 (diff) |
Updating composite name to avoid duplicated composite name issue when executing tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817148 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/binding-http-runtime/src/test/resources/testCache.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/binding-http-runtime/src/test/resources/testCache.composite b/java/sca/modules/binding-http-runtime/src/test/resources/testCache.composite index 3b3cb56a12..277556dab4 100644 --- a/java/sca/modules/binding-http-runtime/src/test/resources/testCache.composite +++ b/java/sca/modules/binding-http-runtime/src/test/resources/testCache.composite @@ -21,7 +21,7 @@ targetNamespace="http://sample/test" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:sr="http://sample/test" - name="test"> + name="testCache"> <component name="HTTPBindingComponent"> <implementation.java class="org.apache.tuscany.sca.binding.http.TestBindingCacheImpl"/> |