You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/11/22 02:01:30 UTC

[47/48] git commit: [flex-sdk] [refs/heads/iso7skins] - this test now needs some pixel tolerance

this test now needs some pixel tolerance


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/27501ddd
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/27501ddd
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/27501ddd

Branch: refs/heads/iso7skins
Commit: 27501dddc28e7e5e072dda7abc0ccfa5ba8b9e6c
Parents: 1f4b752
Author: Alex Harui <ah...@apache.org>
Authored: Fri Nov 21 09:41:15 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Nov 21 09:41:34 2014 -0800

----------------------------------------------------------------------
 .../tests/components/Alert/Properties/Alert_Properties_Spark.mxml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/27501ddd/mustella/tests/components/Alert/Properties/Alert_Properties_Spark.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/components/Alert/Properties/Alert_Properties_Spark.mxml b/mustella/tests/components/Alert/Properties/Alert_Properties_Spark.mxml
index ba782b6..696f5c4 100644
--- a/mustella/tests/components/Alert/Properties/Alert_Properties_Spark.mxml
+++ b/mustella/tests/components/Alert/Properties/Alert_Properties_Spark.mxml
@@ -74,7 +74,7 @@
 			</setup>
 			<body>
                 <WaitForLayoutManager />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="curAlert"/>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="curAlert" numColorVariances="4" maxColorVariance="4" />
 				<DispatchKeyEvent key="SPACE" />
 			</body>
 		</TestCase>