[TIMOB-9711] Anvil: shouldBeUndefined() throws an exception
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-07-16T15:47:05.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | Drillbit |
Labels | anvil, core |
Reporter | Allen Yeung |
Assignee | Neeraj Gupta |
Created | 2012-06-21T15:48:36.000+0000 |
Updated | 2017-03-10T00:00:38.000+0000 |
Description
Run removeMethodsAddRemoveView test from the android/android_ui/android_ui test suite, and it throws the following error:
<TypeError: Cannot read property 'resultSet' of undefined
at [object Object].shouldBeUndefined (testUtil.js:149:18)
at [object Object].removeMethodsAddRemoveView (suites/android/android_ui/android_ui.js:195:27)
at [object Object].processDriverData (common.js:129:57)
at Stream.<anonymous> (util.js:50:26)>
Looking at testUtil.js, it looks like this.testRun may be undefined in this scenario.
Can not reproduce with 2_1_X branch.
Closing this ticket as the issue cannot be reproduced.