Author: keith
Date: Sun Apr 20 23:07:48 2008
New Revision: 15872

Log:

Fixing the test case to be comapatible with XMLList change done to the 
messageReceiver


Modified:
   
trunk/mashup/java/modules/integration/test/org/wso2/mashup/integration/SchemaIntegrationTest.java

Modified: 
trunk/mashup/java/modules/integration/test/org/wso2/mashup/integration/SchemaIntegrationTest.java
==============================================================================
--- 
trunk/mashup/java/modules/integration/test/org/wso2/mashup/integration/SchemaIntegrationTest.java
   (original)
+++ 
trunk/mashup/java/modules/integration/test/org/wso2/mashup/integration/SchemaIntegrationTest.java
   Sun Apr 20 23:07:48 2008
@@ -742,7 +742,7 @@
         OMElement result = sender.sendReceive(payload);
         TestCase.assertEquals(
                 "<return xmlns:xs=\"http://www.w3.org/2001/XMLSchema\"; 
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"; 
xmlns:js=\"http://www.wso2.org/ns/jstype\"; js:type=\"xmlList\" 
xsi:type=\"xs:anyType\"><successful /><excess /></return>",
-                result.getFirstElement().getFirstElement().toString());
+                result.getFirstElement().toString());
     }
 
     public void testEchoXMLNodeList3() throws Exception {

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to