[TIMOB-13218] Android: Adding values other then 'v8' or 'rhino' to android runtime in tiapp.xml, error should occur.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2013-08-01T21:05:08.000+0000 |
| Affected Version/s | Release 3.1.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | Paras Mishra |
| Assignee | Ingo Muschenetz |
| Created | 2013-03-26T16:04:35.000+0000 |
| Updated | 2017-03-22T23:01:55.000+0000 |
Description
Android: Adding values other then 'v8' or 'rhino' to android runtime in tiapp.xml, error should occur.
Steps to reproduce:
1. Create a default titanium project.
2. Add values like '%#*@#^*@#(sd' to ti.android.runtime property in tiapp.xml
3. Run the project.
Expected:
Error should occur as
[ERROR] invalid runtime "$$^#@#$o" requested, must be 'v8' or 'rhino'
Actual :
No error occur.
Closing ticket as "Won't Fix".