Author: keith
Date: Mon Apr 21 04:46:36 2008
New Revision: 15896

Log:

Added some docs to track the failing tests



Modified:
   trunk/mashup/java/modules/integration/test-resources/scripts/E4XTest.js

Modified: 
trunk/mashup/java/modules/integration/test-resources/scripts/E4XTest.js
==============================================================================
--- trunk/mashup/java/modules/integration/test-resources/scripts/E4XTest.js     
(original)
+++ trunk/mashup/java/modules/integration/test-resources/scripts/E4XTest.js     
Mon Apr 21 04:46:36 2008
@@ -86,6 +86,7 @@
        return e.employee[0].children();
 }
 
+// Need to investigate into as this is failing MASHUP-758
 descendants1.documentation="Tests the descendants method of the E4X XML 
object";
 function descendants1(){
        var e = <employees>
@@ -95,6 +96,7 @@
        return e.descendants();
 }
 
+// Need to investigate into as this is failing MASHUP-758
 descendants2.documentation="Tests the descendants method of the E4X XML 
object";
 function descendants2(){
        var e = <employees>
@@ -122,6 +124,7 @@
        return e.employee[0].elements("name");
 }
 
+// Need to investigate into as this is failing MASHUP-759
 hasComplexContent1.documentation="Tests the hasComplexContent method of the 
E4X XML object";
 function hasComplexContent1(){
        var e = <employees>
@@ -131,6 +134,7 @@
        return e.employee[0].name.hasComplexContent();
 }
 
+// Need to investigate into as this is failing MASHUP-759
 hasComplexContent2.documentation="Tests the hasComplexContent method of the 
E4X XML object";
 function hasComplexContent2(){
        var e = <employees>

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

Reply via email to