[TIMOB-5029] iOS: xml test are failing in drillbit
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-08T14:43:29.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Sprint 2011-46, Release 1.8.0.1 |
Components | iOS |
Labels | drillbit, parity, xml |
Reporter | Natalie Huynh |
Assignee | Vishal Duggal |
Created | 2011-08-16T12:06:16.000+0000 |
Updated | 2011-12-08T14:43:52.000+0000 |
Description
Steps to Reproduce:
1. Run xml in drillbit
Actual Result:
documentParsing true 68 Success
soap true 81 Success
xpath true 111 Success
xmlNodes true 145 Success
xmlNodeCount true 173 Success
xmlCData false 175 Result of expression 'cData' [undefined] is not an object.
xmlCDataAndEntities true 306 Success
xmlSerialize true 347 Success
apiXMLTextSplitText false 371 should be a function, was: undefined
apiXMLTextGetText false 400 should be a function, was: undefined
apiXmlDocumentProperties false 416 should be a object, was: function
apiXmlDocumentCreateAttribute false 430 should be a function, was: undefined
apiXmlDocumentCreateCDATASection false 452 should be a function, was: undefined
apiXmlDocumentCreateComment false 461 should be a function, was: undefined
apiXmlDocumentCreateDocumentFragment false 470 should be a function, was: undefined
apiXmlDocumentCreateElement false 477 should be a function, was: undefined
apiXmlDocumentCreateElementNS false 488 should be a function, was: undefined
apiXmlDocumentCreateEntityReference false 499 should be a function, was: undefined
apiXmlDocumentCreateProcessingInstruction false 507 should be a function, was: undefined
apiXmlDocumentCreateTextNode false 516 should be a function, was: undefined
apiXmlDocumentGetElementById true 533 Success
apiXmlDocumentGetElementsByTagName false 550 should not be null, was: null
apiXmlDocumentGetElementsByTagNameNS false 558 should not be null, was: null
apiXmlDocumentImportNode false 592 should not be null, was: null
apiXmlNodeProperties false 619 Result of expression 'attrNode' [null] is not an object.
apiXmlNodeAppendChild false 684 Result of expression 'doc.createElement' [undefined] is not a function.
apiXmlNodeCloneNode false 695 Result of expression 'doc.createElement' [undefined] is not a function.
apiXmlNodeHasAttributes false 766 Result of expression 'doc.createElement' [undefined] is not a function.
apiXmlNodeHasChildNodes false 782 Result of expression 'doc.createElement' [undefined] is not a function.
apiXmlNodeInsertBefore false 798 Result of expression 'doc.createElement' [undefined] is not a function.
apiXmlNodeIsSupported false 820 should be: "true", was: "false"
apiXmlNodeNormalize false 824 Result of expression 'doc.createElement' [undefined] is not a function.
apiXmlNodeRemoveChild false 840 Result of expression 'doc.createElement' [undefined] is not a function.
apiXmlNodeReplaceChild false 856 Result of expression 'doc.createElement' [undefined] is not a function.
xmlNodeListElementsByTagName true 890 Success
xmlNodeListChildren true 909 Success
xmlNodeListRange true 918 Success
apiXmlAttr false 932 should be string, was: undefined
xmlNamedNodeMap false 980 Result of expression 'nodes' [null] is not an object.
Expected Result:
Should pass
Pending Pull request #669
Still failing on xmlElement false 1267 should throw exception, but didn't xmlElementNS false 1346 should throw exception, but didn't version=1.8.0.1 timestamp=12/08/11 13:51 githash=99d7091 on iOS Simulator 5.0
Closing as the exception bug is a different issue. Please reference bug 6461
Resolved by PR #869