Repository: flex-sdk Updated Branches: refs/heads/develop 34bae8282 -> 31b03ab20
increase tolerance on this test. The TextDecoration gets rendered with some blendmode for some reason Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/31b03ab2 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/31b03ab2 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/31b03ab2 Branch: refs/heads/develop Commit: 31b03ab2045475991c65620549a5277bab94a8ed Parents: 34bae82 Author: Alex Harui <[email protected]> Authored: Fri Apr 10 16:56:58 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Apr 10 16:56:58 2015 -0700 ---------------------------------------------------------------------- .../tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/31b03ab2/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml ---------------------------------------------------------------------- diff --git a/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml b/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml index d1e7594..d590eda 100644 --- a/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml +++ b/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml @@ -198,7 +198,7 @@ </setup> <body> <AssertStyleValue target="actionBar.titleDisplay" styleName="textDecoration" value="underline" /> - <CompareBitmap url="../styles/baselines" target="actionBar" numColorVariances="2" ignoreMaxColorVariance="true"> + <CompareBitmap url="../styles/baselines" target="actionBar" numColorVariances="14" ignoreMaxColorVariance="true"> <ConditionalValue deviceDensity="160" os="win"/> <ConditionalValue deviceDensity="240" os="android"/> <ConditionalValue deviceDensity="320" os="win"/>
