[TIMOB-4659] Android: Ti.XML drillbit fails when comparing Ti.Element types via "shouldBe"
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-08-02T08:43:44.000+0000 |
Affected Version/s | Release 0.7.1 |
Fix Version/s | Sprint 2011-30, Release 1.8.0 |
Components | Drillbit |
Labels | drillbit |
Reporter | Opie Cyrus |
Assignee | Marshall Culpepper |
Created | 2011-07-13T13:46:08.000+0000 |
Updated | 2017-03-03T06:33:12.000+0000 |
Following code in drillbit fails when comparing appendChildResults to newNode1: " var newNode1 = doc.createElement("newNode1"); valueOf(node.appendChild).shouldBeFunction(); var appendChildResults = null; valueOf(function() { appendChildResults = node.appendChild(newNode1); }).shouldNotThrowException(); valueOf(appendChildResults).shouldBe(newNode1); "
This is a duplicate of TIMOB-4703
Closing issue due to time passed and irrelevance of the ticket.