From b35167ee7ebc7215d346ee475aea59111a45eb8e Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 10 Sep 2009 13:05:22 +0000 Subject: Update for OASIS namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813415 13f79535-47bb-0310-9956-ffa450edef68 --- .../jms/impl/JMSBindingProcessorTestCase.java | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'java/sca/modules/binding-jms/src/test') diff --git a/java/sca/modules/binding-jms/src/test/java/org/apache/tuscany/sca/binding/jms/impl/JMSBindingProcessorTestCase.java b/java/sca/modules/binding-jms/src/test/java/org/apache/tuscany/sca/binding/jms/impl/JMSBindingProcessorTestCase.java index e486377b2f..70a69ed4a6 100644 --- a/java/sca/modules/binding-jms/src/test/java/org/apache/tuscany/sca/binding/jms/impl/JMSBindingProcessorTestCase.java +++ b/java/sca/modules/binding-jms/src/test/java/org/apache/tuscany/sca/binding/jms/impl/JMSBindingProcessorTestCase.java @@ -51,7 +51,7 @@ public class JMSBindingProcessorTestCase extends TestCase { // consider adding a similar test case to JMSBindingProcessorWriteTestCase. public static final String COMPOSITE = "" - + "" + + "" + " " + " " + " " @@ -62,7 +62,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String HEADERS1 = "" - + "" + + "" + " " + " " + " " @@ -76,7 +76,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String HEADERS_INVALID_PRIORITY = "" - + "" + + "" + " " + " " + " " @@ -90,7 +90,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String PROPERTIES1 = "" - + "" + + "" + " " + " " + " " @@ -106,7 +106,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String OP_PROPERTIES1 = "" - + "" + + "" + " " + " " + " " @@ -130,7 +130,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String OP_NAMES_NO_PROPERTIES1 = "" - + "" + + "" + " " + " " + " " @@ -146,7 +146,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String SELECTOR = "" - + "" + + "" + " " + " " + " " @@ -159,7 +159,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String COMPOSITE_INVALID_URI = "" - + "" + + "" + " " + " " + " " @@ -171,7 +171,7 @@ public class JMSBindingProcessorTestCase extends TestCase { // Invalid: contains both a response attribute and a response element. public static final String COMPOSITE_INVALID_RESPONSE_ATTR_ELEMENT = "" - + "" + + "" + " " + " " + " " @@ -186,7 +186,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String DEST_PROPS = "" - + "" + + "" + " " + " " + " " @@ -206,7 +206,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String CF_PROPS = "" - + "" + + "" + " " + " " + " " @@ -226,7 +226,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String AS_PROPS = "" - + "" + + "" + " " + " " + " " @@ -246,7 +246,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String RESP_DEST_PROPS = "" - + "" + + "" + " " + " " + " " @@ -268,7 +268,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String RESP_CF_PROPS = "" - + "" + + "" + " " + " " + " " @@ -290,7 +290,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String RESP_AS_PROPS = "" - + "" + + "" + " " + " " + " " @@ -312,7 +312,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String OP_PROPS_PROPS = "" - + "" + + "" + " " + " " + " " @@ -332,7 +332,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String RES_ADPT_PROPS = "" - + "" + + "" + " " + " " + " " @@ -352,7 +352,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String CONFIGURED_OPERATIONS = "" - + "" + + "" + " " + " " + " " @@ -367,7 +367,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String WIRE_FORMAT = "" - + "" + + "" + " " + " " + " " @@ -384,7 +384,7 @@ public class JMSBindingProcessorTestCase extends TestCase { public static final String OP_PROP_NAME = "" - + "" + + "" + " " + " " + " " -- cgit v1.2.3