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:44 UTC

[4/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/d2644178
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d2644178
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d2644178

Branch: refs/heads/develop
Commit: d26441786ee7e03736d052bb3c9e1bf73b1ed30e
Parents: bda625a
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 4 20:52:34 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 4 20:54:54 2013 +0100

----------------------------------------------------------------------
 .../Border/Properties/Border_Properties.mxml       |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d2644178/mustella/tests/gumbo/components/Border/Properties/Border_Properties.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/gumbo/components/Border/Properties/Border_Properties.mxml b/mustella/tests/gumbo/components/Border/Properties/Border_Properties.mxml
index 810486e..c7d9b29 100644
--- a/mustella/tests/gumbo/components/Border/Properties/Border_Properties.mxml
+++ b/mustella/tests/gumbo/components/Border/Properties/Border_Properties.mxml
@@ -322,14 +322,10 @@
 		</setup>
 		<body>						
 			<SetProperty target="myBorderGrpRGS.myBorder.borderStroke" propertyName="weight" value="80" waitEvent="updateComplete" waitTarget="myBorderGrpRGS.myBorder"/>
-			<CompareBitmap url="../Properties/Baselines/$testID_1.png" numColorVariances="5" ignoreMaxColorVariance="true" target="myBorderGrpRGS">
-				<ConditionalValue os="win" url="../Properties/Baselines/$testID_1@win.png"/>
-			</CompareBitmap>
+			<CompareBitmap url="../Properties/Baselines/$testID_1.png" numColorVariances="5" ignoreMaxColorVariance="true" target="myBorderGrpRGS" />
 			<SetProperty target="myBorderGrpRGS.myBorder" propertyName="height" value="300" waitEvent="updateComplete" />
 			<SetProperty target="myBorderGrpRGS.myBorder" propertyName="width" value="300" waitEvent="updateComplete" />
-			<CompareBitmap url="../Properties/Baselines/$testID_2.png" numColorVariances="5" ignoreMaxColorVariance="true" target="myBorderGrpRGS">
-				<ConditionalValue os="win" url="../Properties/Baselines/$testID_2@win.png"/>
-			</CompareBitmap>
+			<CompareBitmap url="../Properties/Baselines/$testID_2.png" numColorVariances="5" ignoreMaxColorVariance="true" target="myBorderGrpRGS" />
 			<ResetComponent target="myBorderGrpRGS" className="comps.customBorderRGS" waitEvent="updateComplete"/>
 		</body>
 	</TestCase>