You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2011/07/06 13:30:29 UTC

svn commit: r1143347 - /tuscany/sca-java-2.x/trunk/testing/itest/jms/format-jmstextxmlinjmsobjectout/src/test/java/org/apache/tuscany/sca/binding/jms/format/FormatJMSTextXMLInJMSObjectOutTestCase.java

Author: slaws
Date: Wed Jul  6 11:30:29 2011
New Revision: 1143347

URL: http://svn.apache.org/viewvc?rev=1143347&view=rev
Log:
TUSCANY-3654 - The JIRA that causes this test to be ignored was closed a while ago. Test still needs correct though as it's currently specifying the same request and response formats. Needs fixing when TUSCANY-3890 is done.

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/jms/format-jmstextxmlinjmsobjectout/src/test/java/org/apache/tuscany/sca/binding/jms/format/FormatJMSTextXMLInJMSObjectOutTestCase.java

Modified: tuscany/sca-java-2.x/trunk/testing/itest/jms/format-jmstextxmlinjmsobjectout/src/test/java/org/apache/tuscany/sca/binding/jms/format/FormatJMSTextXMLInJMSObjectOutTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/jms/format-jmstextxmlinjmsobjectout/src/test/java/org/apache/tuscany/sca/binding/jms/format/FormatJMSTextXMLInJMSObjectOutTestCase.java?rev=1143347&r1=1143346&r2=1143347&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/jms/format-jmstextxmlinjmsobjectout/src/test/java/org/apache/tuscany/sca/binding/jms/format/FormatJMSTextXMLInJMSObjectOutTestCase.java (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/jms/format-jmstextxmlinjmsobjectout/src/test/java/org/apache/tuscany/sca/binding/jms/format/FormatJMSTextXMLInJMSObjectOutTestCase.java Wed Jul  6 11:30:29 2011
@@ -43,7 +43,6 @@ public class FormatJMSTextXMLInJMSObject
     }
 
     @Test
-    @Ignore("TUSCANY-3654")
     public void testHelloWorldCreate() throws Exception {
         HelloWorldService helloWorldService = node.getService(HelloWorldService.class, "HelloWorldReferenceComponent");