[TIMOB-15698] Anvil: iOS tests in anvil fail to run
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-11-13T17:49:21.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 2013 Sprint 23, 2013 Sprint 23 API, Release 3.2.0 |
| Components | Anvil, iOS |
| Labels | n/a |
| Reporter | Allen Yeung |
| Assignee | Pedro Enrique |
| Created | 2013-11-12T00:05:37.000+0000 |
| Updated | 2013-12-12T23:33:14.000+0000 |
Description
Due to the changes in secure storage, specifically https://github.com/appcelerator/titanium_mobile/commit/0056de40007059a256db0da56438f5ff2b1cb049, the old python scripts no longer work for Ti.App.Properties.
Steps to reproduce:
1. Run anvil for iOS
a. In titanium_mobile/anvil/driver, run 'node driver.js --mode=local --platform=ios"
b. In the CLI prompt, type 'start'
Expected Results:
All the tests should run
Actual Results:
Anvil fails with the error: data parameter is nil at init.js
(The line actually points to an problem with Ti.App.Properties)
PR: https://github.com/appcelerator/titanium_mobile/pull/4953