Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9698] Anvil: platform_jss_dirs test in jss/jss test suite fails on Android

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-05-01T22:19:42.000+0000
Affected Version/sRelease 2.1.0
Fix Version/sn/a
ComponentsDrillbit
Labelsanvil, core, linvalid
ReporterAllen Yeung
AssigneeEric Merriman
Created2012-06-21T12:17:15.000+0000
Updated2017-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;
}

Comments

  1. Opie Cyrus 2012-08-06

    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.
  2. Lee Morris 2017-05-01

    Closing ticket as "Won't Fix" as Anvil is no longer supported.

JSON Source