Repository: flex-sdk
Updated Branches:
  refs/heads/develop 4ade4cc68 -> 27501dddc


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/develop
Commit: 27501dddc28e7e5e072dda7abc0ccfa5ba8b9e6c
Parents: 1f4b752
Author: Alex Harui <aha...@apache.org>
Authored: Fri Nov 21 09:41:15 2014 -0800
Committer: Alex Harui <aha...@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>

Reply via email to