[TIMOB-9698] Anvil: platform_jss_dirs test in jss/jss test suite fails on Android
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-05-01T22:19:42.000+0000 |
| Affected Version/s | Release 2.1.0 |
| Fix Version/s | n/a |
| Components | Drillbit |
| Labels | anvil, core, linvalid |
| Reporter | Allen Yeung |
| Assignee | Eric Merriman |
| Created | 2012-06-21T12:17:15.000+0000 |
| Updated | 2017-05-22T22:14:32.000+0000 |
Description
platform_jss_dirs test fails in anvil, but works fine in a test app. Here are the contents of the test app used:
app.js
var test = Ti.UI.createView({ id: "test" });
Ti.API.info('backgroundcolor should be red, was ' + test.backgroundColor);
Resources/android/app.jss
#test {
background-color: red;
}
Nothing about this bug report indicates this as a Anvil bug versus platform bug. This looks like a failure stemming from the test being run within a required file. This should be verified in a standalone test case using require.
Closing ticket as "Won't Fix" as Anvil is no longer supported.