[TIMOB-9714] Anvil: finish() throws an exception
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2012-07-16T15:48:25.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-21T16:14:19.000+0000 |
| Updated | 2017-03-10T00:00:31.000+0000 |
Description
Run secondContextRequire test from the includes/includes test suite, and it throws the following error:
<TypeError: Cannot read property 'resultSet' of undefined
at Object.passed (testUtil.js:48:13)
at suites/includes/win.js:7:11
at Module._runScript (ti:/module.js:310:17)
at Module.load (ti:/module.js:89:7)
at Module.require (ti:/module.js:239:9)
at TiBaseWindow.runWindowUrl (ti:/window.js:334:10)
at TiBaseWindow.loadUrl (ti:/window.js:358:8)
at TiBaseWindow.postOpen (ti:/window.js:297:9)
at TiBaseWindow.open (ti:/window.js:265:9)
at [object Object].secondContextRequire (suites/includes/includes.js:95:7)>
Looking at testUtil.js, it looks like testRun may be undefined in this scenario.
Can not reproduce with 2_1_X branch.
Closing this ticket as the issue cannot be reproduced.