You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/06/04 21:55:43 UTC

[3/4] git commit: [flex-sdk] [refs/heads/develop] - use png.xml for win differences

use png.xml for win differences


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

Branch: refs/heads/develop
Commit: bda625aec08a7305d6071ea4050ba353aa4e9cb8
Parents: a88e60f
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 4 17:54:32 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 4 20:54:53 2013 +0100

----------------------------------------------------------------------
 .../FCK/integration/FCK_Integration_main.mxml      |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/bda625ae/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml b/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml
index a362afc..9fee6d5 100644
--- a/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml
+++ b/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml
@@ -487,9 +487,7 @@ CAUTION: FCK Tests can be extremely fragile.
 			<ResetComponent target="customSkinGroup" className="comps.CustomSkinGroup" waitTarget="customSkinGroup" waitEvent="updateComplete" />
 	    </setup>
 		<body>
-			<CompareBitmap url="../integration/baselines/" target="customSkinGroup" numColorVariances="5" ignoreMaxColorVariance="true">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+			<CompareBitmap url="../integration/baselines/$testID.png" target="customSkinGroup" numColorVariances="5" ignoreMaxColorVariance="true" />
 		</body>
 	</TestCase>		
 	
@@ -501,9 +499,7 @@ CAUTION: FCK Tests can be extremely fragile.
 			<DispatchMouseEvent target="customSkinGroup" localX="100" localY="70" type="rollOver" />	
 			<DispatchMouseEvent target="customSkinGroup" localX="100" localY="70" type="mouseOver" />
 			<Pause timeout="1000" />
-			<CompareBitmap url="../integration/baselines/" target="customSkinGroup" numColorVariances="5" ignoreMaxColorVariance="true">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+			<CompareBitmap url="../integration/baselines/$testID.png" target="customSkinGroup" numColorVariances="5" ignoreMaxColorVariance="true" />
 		</body>
 	</TestCase>
 	
@@ -516,9 +512,7 @@ CAUTION: FCK Tests can be extremely fragile.
 			<DispatchMouseEvent target="customSkinGroup" localX="100" localY="70" type="mouseOver" />
 			<DispatchMouseEvent target="customSkinGroup" localX="100" localY="70" type="mouseDown"/>
 			<Pause timeout="1000" />
-			<CompareBitmap url="../integration/baselines/" target="customSkinGroup" numColorVariances="5" ignoreMaxColorVariance="true">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+			<CompareBitmap url="../integration/baselines/$testID.png" target="customSkinGroup" numColorVariances="5" ignoreMaxColorVariance="true" />
 		</body>
 	</TestCase>