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 08:56:01 UTC

[1/4] git commit: [flex-sdk] [refs/heads/develop] - Use png.xml for Win differences

Updated Branches:
  refs/heads/develop 845899d44 -> 7f859dd5b


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

Branch: refs/heads/develop
Commit: 1c28ee350ca0ecd085047a1677618327e90bc63e
Parents: 845899d
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 3 23:19:38 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 4 07:55:04 2013 +0100

----------------------------------------------------------------------
 .../Rect/properties/FXG_Rect_PropertiesAS.mxml     |   52 ++++-----------
 .../FXG_Rect_RadialGradientStroke_fillX@win.png    |  Bin 2518 -> 0 bytes
 .../FXG_Rect_RadialGradientStroke_fillY@win.png    |  Bin 3175 -> 0 bytes
 .../FXG_Rect_RadialGradientStroke_strokeX@win.png  |  Bin 2943 -> 0 bytes
 .../FXG_Rect_RadialGradientStroke_strokeY@win.png  |  Bin 3382 -> 0 bytes
 .../FXG_Rect_RadialGradientStroke_xy_0_0@win.png   |  Bin 2925 -> 0 bytes
 .../FXG_Rect_RadialGradientStroke_xy_0_20@win.png  |  Bin 2966 -> 0 bytes
 .../FXG_Rect_RadialGradientStroke_xy_20_0@win.png  |  Bin 2971 -> 0 bytes
 ...ct_RadialGradientStroke_xy_fillRotation@win.png |  Bin 4080 -> 0 bytes
 ..._RadialGradientStroke_xy_strokeRotation@win.png |  Bin 3630 -> 0 bytes
 ...t_Rotation_matrix_onRadialGradient_fill@win.png |  Bin 2217 -> 0 bytes
 ...Rotation_matrix_onRadialGradient_stroke@win.png |  Bin 2426 -> 0 bytes
 ...XG_Rect_XY_matrix_onRadialGradient_fill@win.png |  Bin 3765 -> 0 bytes
 ..._Rect_XY_matrix_onRadialGradient_stroke@win.png |  Bin 3614 -> 0 bytes
 14 files changed, 13 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml b/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml
index 00836b3..56980a2 100644
--- a/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml
+++ b/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml
@@ -266,9 +266,7 @@
 				<ResetComponent target="rect_radialGradientStroke" className="comps.RectRadialGradientStroke" waitTarget="rect_radialGradientStroke" waitEvent="updateComplete" />
 			</setup>
 			<body>
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_xy_20_0" description="Rect with a RadialGradientStroke and and (x,y)=(20,0)" keywords="[Line, RadialGradientStroke, caps]">
@@ -277,9 +275,7 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1" propertyName="x" value="20" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_xy_0_20" description="Rect with a RadialGradientStroke and and (x,y)=(0,20)" keywords="[Line, RadialGradientStroke, x, y]">
@@ -288,9 +284,7 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1" propertyName="y" value="20" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 	    <TestCase testID="FXG_Rect_RadialGradientStroke_xy_strokeRotation" description="Rect with a RadialGradientStroke and (x,y)=(20,0), rotation=45" keywords="[Line, RadialGradientStroke, rotation]">
@@ -299,9 +293,7 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.stroke" propertyName="rotation" value="45" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 	    <TestCase testID="FXG_Rect_RadialGradientStroke_xy_fillRotation" description="Rect with a RadialGradientStroke and (x,y)=(0,0)" keywords="[Line, LinearGradientStroke, caps]">
@@ -310,9 +302,7 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.fill" propertyName="rotation" value="45" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_fillX" description="Rect with a RadialGradientStroke and and (x,y)=(20,0)" keywords="[Line, RadialGradientStroke, caps]">
@@ -321,9 +311,7 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.fill" propertyName="x" value="50" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_fillY" description="Rect with a RadialGradientStroke and and (x,y)=(0,20)" keywords="[Line, RadialGradientStroke, x, y]">
@@ -332,9 +320,7 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.fill" propertyName="y" value="30" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500" >
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_strokeX" description="Rect with a RadialGradientStroke and and (x,y)=(20,0)" keywords="[Line, RadialGradientStroke, caps]">
@@ -343,9 +329,7 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.stroke" propertyName="x" value="10" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete" />
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500" >
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_strokeY" description="Rect with a RadialGradientStroke and and (x,y)=(0,20)" keywords="[Line, RadialGradientStroke, x, y]">
@@ -354,9 +338,7 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.stroke" propertyName="y" value="30" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500" >
-					<ConditionalValue os="win"/>
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 <!-- visibility tests -->
@@ -636,9 +618,7 @@
 		            waitTarget="rect_radialGradientStroke.rect1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="5000">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+		        <CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="5000" />
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Rect_XY_matrix_onRadialGradient_fill" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -652,9 +632,7 @@
 		            waitTarget="rect_radialGradientStroke.rect1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="5000" >
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+		        <CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="5000" />
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Rect_Rotation_matrix_onRadialGradient_stroke" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -668,9 +646,7 @@
 		            waitTarget="rect_radialGradientStroke.rect1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="5000" >
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+		        <CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="5000" />
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Rect_XY_matrix_onRadialGradient_stroke" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -684,9 +660,7 @@
 		            waitTarget="rect_radialGradientStroke.rect1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="5000" >
-					<ConditionalValue os="win"/>
-				</CompareBitmap>
+		        <CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="5000" />
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Rect_filters_default" keywords="[FXG, filters, Rect]"

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillX@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillX@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillX@win.png
deleted file mode 100644
index 0c3e203..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillX@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillY@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillY@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillY@win.png
deleted file mode 100644
index 635b9bd..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillY@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeX@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeX@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeX@win.png
deleted file mode 100644
index 3c5803c..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeX@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeY@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeY@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeY@win.png
deleted file mode 100644
index 27799e2..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeY@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_0@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_0@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_0@win.png
deleted file mode 100644
index ca81325..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_0@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_20@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_20@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_20@win.png
deleted file mode 100644
index 04581a4..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_20@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_20_0@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_20_0@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_20_0@win.png
deleted file mode 100644
index 255a0fd..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_20_0@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_fillRotation@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_fillRotation@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_fillRotation@win.png
deleted file mode 100644
index ad92904..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_fillRotation@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_strokeRotation@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_strokeRotation@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_strokeRotation@win.png
deleted file mode 100644
index 829a9e2..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_strokeRotation@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_fill@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_fill@win.png
deleted file mode 100644
index a262af0..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_stroke@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_stroke@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_stroke@win.png
deleted file mode 100644
index 1f8a484..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_stroke@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_fill@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_fill@win.png
deleted file mode 100644
index 75c7cd1..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c28ee35/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_stroke@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_stroke@win.png b/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_stroke@win.png
deleted file mode 100644
index 1806f10..0000000
Binary files a/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_stroke@win.png and /dev/null differ


[4/4] git commit: [flex-sdk] [refs/heads/develop] - remove unique id chars from tag names in xml compare so embedded assets match

Posted by ah...@apache.org.
remove unique id chars from tag names in xml compare so embedded assets match


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

Branch: refs/heads/develop
Commit: 7f859dd5b88acc118daa3c03575a195a02f54777
Parents: 0d1d19f
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 4 07:52:58 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 4 07:55:08 2013 +0100

----------------------------------------------------------------------
 mustella/as3/src/mustella/CompareBitmap.as |   66 ++++++++++++++++++-----
 1 files changed, 52 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7f859dd5/mustella/as3/src/mustella/CompareBitmap.as
----------------------------------------------------------------------
diff --git a/mustella/as3/src/mustella/CompareBitmap.as b/mustella/as3/src/mustella/CompareBitmap.as
index d4bc71a..940fa7f 100644
--- a/mustella/as3/src/mustella/CompareBitmap.as
+++ b/mustella/as3/src/mustella/CompareBitmap.as
@@ -508,10 +508,8 @@ public class CompareBitmap extends Assert
 		var t:String = xmlreader.data;
 		s = s.replace(/\r/g, "");
 		t = t.replace(/\r/g, "");		
-		if (s !== t)
+		if (s !== t && differ(s, t))
 		{
-			differ(s, t);
-			
 			testResult.doFail ("compare returned" + compareVal, absolutePathResult(url) + ".bad.png");
 			
 			if (useRemoteDiffer)
@@ -1295,8 +1293,10 @@ public class CompareBitmap extends Assert
 		return xml;
 	}
 
-	private function differ(s:String, t:String):void
+	private function differ(s:String, t:String):Boolean
 	{
+		var retval:Boolean = false;
+		
 		var sl:Array = s.split("\n");
 		var tl:Array = t.split("\n");
 		trace(sl.length, tl.length);
@@ -1307,20 +1307,58 @@ public class CompareBitmap extends Assert
 			var b:String = (i < tl.length) ? tl[i] : "";
 			if (a != b)
 			{
-				var c:String = "";
-				var d:String = "";
-				trace(i, "cur: ", a);
-				trace(i, "xml: ", b);
-				var m:int = Math.max(a.length, b.length);
-				for (var j:int = 0; j < m; j++)
+				a = trimTag(a);
+				b = trimTag(b);
+				if (a != b)
+				{
+					retval = true;
+					var c:String = "";
+					var d:String = "";
+					trace(i, "cur: ", a);
+					trace(i, "xml: ", b);
+					var m:int = Math.max(a.length, b.length);
+					for (var j:int = 0; j < m; j++)
+					{
+						c += a.charCodeAt(j) + " ";
+						d += b.charCodeAt(j) + " ";
+					}
+					trace(i, "cur: ", c);
+					trace(i, "xml: ", d);
+				}
+			}
+		}
+		return retval;
+	}
+	
+	// attempt to strip off random unique name chars for embedded assets
+	private function trimTag(a:String):String
+	{
+		var c:int;
+		var d:int;
+		
+		d = a.indexOf("<");
+		if (d != -1)
+		{
+			c = a.indexOf(" ", d);
+			if (c == -1 && a.length > d + 2 && a.charAt(d + 1) == '/')
+				c = a.indexOf(">"); // closing tag
+			if (c != -1)
+			{
+				var rest:String = a.substring(c);
+				for (var i:int = c - 1;i > 0; i--)
 				{
-					c += a.charCodeAt(j) + " ";
-					d += b.charCodeAt(j) + " ";
+					var ch:String = a.charAt(i);
+					if ((ch >= '0' && ch <= '9') || ch == '_')
+					{
+						// assume it is a random char
+					}
+					else
+						break;
 				}
-				trace(i, "cur: ", c);
-				trace(i, "xml: ", d);
+				return a.substring(0, i + 1) + rest;
 			}
 		}
+		return a;
 	}
 }
 


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

Posted by ah...@apache.org.
Try to 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/0d1d19fc
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0d1d19fc
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0d1d19fc

Branch: refs/heads/develop
Commit: 0d1d19fc974ede4f39b92c23a74c834cb07d50cf
Parents: 25c572f
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 4 06:40:51 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 4 07:55:07 2013 +0100

----------------------------------------------------------------------
 ...blends_blend_darken_radialgradient_fill@win.png |  Bin 29220 -> 0 bytes
 ...ds_blend_difference_radialgradient_fill@win.png |  Bin 29149 -> 0 bytes
 ...nds_blend_hardlight_radialgradient_fill@win.png |  Bin 25133 -> 0 bytes
 ..._blends_blend_layer_radialgradient_fill@win.png |  Bin 29220 -> 0 bytes
 ...ends_blend_multiply_radialgradient_fill@win.png |  Bin 29220 -> 0 bytes
 ...blends_blend_normal_radialgradient_fill@win.png |  Bin 29220 -> 0 bytes
 ...ends_blend_subtract_radialgradient_fill@win.png |  Bin 29149 -> 0 bytes
 .../baselines/doc_structure_graphic_def@win.png    |  Bin 31759 -> 0 bytes
 .../baselines/doc_structure_library_def@win.png    |  Bin 27262 -> 0 bytes
 ...t_radial_gradient_fill_path_focal_point@win.png |  Bin 46826 -> 0 bytes
 ...radial_gradient_fill_path_interpolation@win.png |  Bin 50103 -> 0 bytes
 ...adient_radial_gradient_fill_path_matrix@win.png |  Bin 11947 -> 0 bytes
 ...dient_radial_gradient_fill_path_spread2@win.png |  Bin 30643 -> 0 bytes
 ...adient_radial_gradient_fill_path_spread@win.png |  Bin 52767 -> 0 bytes
 ..._radial_gradient_fill_shape_focal_point@win.png |  Bin 37978 -> 0 bytes
 ...adial_gradient_fill_shape_interpolation@win.png |  Bin 43504 -> 0 bytes
 ...dient_radial_gradient_fill_shape_matrix@win.png |  Bin 10215 -> 0 bytes
 ...dient_radial_gradient_fill_shape_spread@win.png |  Bin 53505 -> 0 bytes
 .../baselines/filters_bevelfilter3@win.png         |  Bin 19983 -> 0 bytes
 .../baselines/filters_blurfilter@win.png           |  Bin 81394 -> 0 bytes
 .../baselines/filters_filters_group@win.png        |  Bin 24862 -> 0 bytes
 .../baselines/filters_filters_transform@win.png    |  Bin 41206 -> 0 bytes
 .../baselines/filters_glowfilter3@win.png          |  Bin 11192 -> 0 bytes
 .../baselines/filters_gradientglowfilter3@win.png  |  Bin 12340 -> 0 bytes
 .../filters_hue_colormatrixfilter4@win.png         |  Bin 25395 -> 0 bytes
 .../filters_luminance_colormatrixfilter4@win.png   |  Bin 21821 -> 0 bytes
 .../filters_saturation_colormatrixfilter4@win.png  |  Bin 28619 -> 0 bytes
 .../properties/baselines/mask_clip_mask@win.png    |  Bin 48695 -> 0 bytes
 ...radial_gradient_stroke_path_focal_point@win.png |  Bin 35733 -> 0 bytes
 ...dial_gradient_stroke_path_interpolation@win.png |  Bin 37723 -> 0 bytes
 ...roke_radial_gradient_stroke_path_matrix@win.png |  Bin 14679 -> 0 bytes
 ...roke_radial_gradient_stroke_path_spread@win.png |  Bin 63610 -> 0 bytes
 ...adial_gradient_stroke_shape_focal_point@win.png |  Bin 27206 -> 0 bytes
 ...ial_gradient_stroke_shape_interpolation@win.png |  Bin 29508 -> 0 bytes
 ...oke_radial_gradient_stroke_shape_matrix@win.png |  Bin 17790 -> 0 bytes
 ...oke_radial_gradient_stroke_shape_spread@win.png |  Bin 82818 -> 0 bytes
 .../core/fxg/properties/fxgtemplate_masks.mxml     |    4 +-
 .../core/fxg/properties/fxgtemplate_tester.mxml    |  144 ++++-----------
 38 files changed, 37 insertions(+), 111 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_darken_radialgradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_darken_radialgradient_fill@win.png b/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_darken_radialgradient_fill@win.png
deleted file mode 100644
index 446ca63..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_darken_radialgradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_difference_radialgradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_difference_radialgradient_fill@win.png b/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_difference_radialgradient_fill@win.png
deleted file mode 100644
index 969e681..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_difference_radialgradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_hardlight_radialgradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_hardlight_radialgradient_fill@win.png b/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_hardlight_radialgradient_fill@win.png
deleted file mode 100644
index e78225c..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_hardlight_radialgradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_layer_radialgradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_layer_radialgradient_fill@win.png b/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_layer_radialgradient_fill@win.png
deleted file mode 100644
index 446ca63..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_layer_radialgradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_multiply_radialgradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_multiply_radialgradient_fill@win.png b/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_multiply_radialgradient_fill@win.png
deleted file mode 100644
index 446ca63..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_multiply_radialgradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_normal_radialgradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_normal_radialgradient_fill@win.png b/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_normal_radialgradient_fill@win.png
deleted file mode 100644
index 446ca63..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_normal_radialgradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_subtract_radialgradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_subtract_radialgradient_fill@win.png b/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_subtract_radialgradient_fill@win.png
deleted file mode 100644
index 969e681..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/blend_mode_radial_gradient_blends_blend_subtract_radialgradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/doc_structure_graphic_def@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/doc_structure_graphic_def@win.png b/mustella/tests/spark/core/fxg/properties/baselines/doc_structure_graphic_def@win.png
deleted file mode 100644
index 031e965..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/doc_structure_graphic_def@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/doc_structure_library_def@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/doc_structure_library_def@win.png b/mustella/tests/spark/core/fxg/properties/baselines/doc_structure_library_def@win.png
deleted file mode 100644
index 8c7a173f..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/doc_structure_library_def@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_focal_point@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_focal_point@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_focal_point@win.png
deleted file mode 100644
index c8bbd0a..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_focal_point@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_interpolation@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_interpolation@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_interpolation@win.png
deleted file mode 100644
index 6706ebc..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_interpolation@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_matrix@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_matrix@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_matrix@win.png
deleted file mode 100644
index 195d56a..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_matrix@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_spread2@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_spread2@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_spread2@win.png
deleted file mode 100644
index fc88707..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_spread2@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_spread@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_spread@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_spread@win.png
deleted file mode 100644
index ec9e87f..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_path_spread@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_focal_point@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_focal_point@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_focal_point@win.png
deleted file mode 100644
index 8b0e3ce..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_focal_point@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_interpolation@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_interpolation@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_interpolation@win.png
deleted file mode 100644
index 46ecaa5..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_interpolation@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_matrix@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_matrix@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_matrix@win.png
deleted file mode 100644
index 569642c..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_matrix@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_spread@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_spread@win.png b/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_spread@win.png
deleted file mode 100644
index a71bfb2..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/fill_radial_gradient_radial_gradient_fill_shape_spread@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_bevelfilter3@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_bevelfilter3@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_bevelfilter3@win.png
deleted file mode 100644
index 6a5d2b7..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_bevelfilter3@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_blurfilter@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_blurfilter@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_blurfilter@win.png
deleted file mode 100644
index b8f3081..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_blurfilter@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_filters_group@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_filters_group@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_filters_group@win.png
deleted file mode 100644
index 0b141e2..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_filters_group@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_filters_transform@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_filters_transform@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_filters_transform@win.png
deleted file mode 100644
index b0ed0de..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_filters_transform@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_glowfilter3@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_glowfilter3@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_glowfilter3@win.png
deleted file mode 100644
index c032d8e..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_glowfilter3@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_gradientglowfilter3@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_gradientglowfilter3@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_gradientglowfilter3@win.png
deleted file mode 100644
index 1f8bd45..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_gradientglowfilter3@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_hue_colormatrixfilter4@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_hue_colormatrixfilter4@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_hue_colormatrixfilter4@win.png
deleted file mode 100644
index 04bfa82..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_hue_colormatrixfilter4@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_luminance_colormatrixfilter4@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_luminance_colormatrixfilter4@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_luminance_colormatrixfilter4@win.png
deleted file mode 100644
index f2735f9..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_luminance_colormatrixfilter4@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/filters_saturation_colormatrixfilter4@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/filters_saturation_colormatrixfilter4@win.png b/mustella/tests/spark/core/fxg/properties/baselines/filters_saturation_colormatrixfilter4@win.png
deleted file mode 100644
index c05433a..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/filters_saturation_colormatrixfilter4@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/mask_clip_mask@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/mask_clip_mask@win.png b/mustella/tests/spark/core/fxg/properties/baselines/mask_clip_mask@win.png
deleted file mode 100644
index cc0eceb..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/mask_clip_mask@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_focal_point@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_focal_point@win.png b/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_focal_point@win.png
deleted file mode 100644
index 3ec5b23..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_focal_point@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_interpolation@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_interpolation@win.png b/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_interpolation@win.png
deleted file mode 100644
index 63ea694..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_interpolation@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_matrix@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_matrix@win.png b/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_matrix@win.png
deleted file mode 100644
index faed639..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_matrix@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_spread@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_spread@win.png b/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_spread@win.png
deleted file mode 100644
index a01ef3d..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_path_spread@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_focal_point@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_focal_point@win.png b/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_focal_point@win.png
deleted file mode 100644
index 8d4f923..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_focal_point@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_interpolation@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_interpolation@win.png b/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_interpolation@win.png
deleted file mode 100644
index 6975cdb..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_interpolation@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_matrix@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_matrix@win.png b/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_matrix@win.png
deleted file mode 100644
index 593cfba..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_matrix@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_spread@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_spread@win.png b/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_spread@win.png
deleted file mode 100644
index 958a70b..0000000
Binary files a/mustella/tests/spark/core/fxg/properties/baselines/stroke_radial_gradient_stroke_radial_gradient_stroke_shape_spread@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/fxgtemplate_masks.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/fxgtemplate_masks.mxml b/mustella/tests/spark/core/fxg/properties/fxgtemplate_masks.mxml
index 8dfe90e..111c0e2 100644
--- a/mustella/tests/spark/core/fxg/properties/fxgtemplate_masks.mxml
+++ b/mustella/tests/spark/core/fxg/properties/fxgtemplate_masks.mxml
@@ -61,9 +61,7 @@
                  <RunCode code="application.grp.addElement(new clip_mask)" waitEvent="updateComplete" waitTarget="grp"/>
 	     </setup>
 	     <body>
-                 <CompareBitmap url="../properties/baselines/"  numColorVariances="8" maxColorVariance="14" target="grp">
-					 <ConditionalValue os="win"/>
-				</CompareBitmap>
+                 <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" maxColorVariance="14" target="grp" />
 	     </body>
 	</TestCase>
 	

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0d1d19fc/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml b/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml
index cd49159..f3b3984 100644
--- a/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml
+++ b/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml
@@ -542,9 +542,7 @@
                     <RunCode code="application.grp.addElement(new blend_darken_radialgradient_fill)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-                		<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 				</body>
             </TestCase>
         
@@ -556,9 +554,7 @@
                     <RunCode code="application.grp.addElement(new blend_difference_radialgradient_fill)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -574,9 +570,7 @@
                     <RunCode code="application.grp.addElement(new blend_hardlight_radialgradient_fill)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-          				<ConditionalValue os="win"/>				
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 				</body>
             </TestCase>
         
@@ -600,9 +594,7 @@
                     <RunCode code="application.grp.addElement(new blend_layer_radialgradient_fill)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -626,9 +618,7 @@
                     <RunCode code="application.grp.addElement(new blend_multiply_radialgradient_fill)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -640,9 +630,7 @@
                     <RunCode code="application.grp.addElement(new blend_normal_radialgradient_fill)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -680,9 +668,7 @@
                     <RunCode code="application.grp.addElement(new blend_subtract_radialgradient_fill)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -718,9 +704,7 @@
                     <RunCode code="application.grp.addElement(new graphic_def)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -746,9 +730,7 @@
                     <RunCode code="application.grp.addElement(new library_def)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -1008,9 +990,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_path_focal_point)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 				</body>
             </TestCase>
         
@@ -1032,9 +1012,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_path_interpolation)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -1046,9 +1024,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_path_matrix)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -1060,9 +1036,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_path_spread)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -1072,9 +1046,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_path_spread2)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 				</body>
             </TestCase>    
         
@@ -1084,9 +1056,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_shape_focal_point)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -1098,9 +1068,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_shape_interpolation)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -1112,9 +1080,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_shape_matrix)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
              </body>
             </TestCase>
         
@@ -1126,9 +1092,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_fill_shape_spread)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -1188,9 +1152,7 @@
             <RunCode code="application.grp.addElement(new bevelfilter3)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-            <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+            <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
         </body>
     </TestCase> 
     <TestCase testID="filters_bevelfilter4" keywords="[fxg]" description="BitmapFill: distance,highlightAlpha,highlightColor,shadowAlpha,shadowColor,strength">
@@ -1229,9 +1191,7 @@
             <RunCode code="application.grp.addElement(new blurfilter)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-            <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+            <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 		</body>
     </TestCase>     
         
@@ -1269,9 +1229,7 @@
             <RunCode code="application.grp.addElement(new filters_group)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-            <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+            <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
         </body>
     </TestCase>
         
@@ -1283,9 +1241,7 @@
             <RunCode code="application.grp.addElement(new filters_transform)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-            <CompareBitmap url="../properties/baselines"  numColorVariances="16" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+            <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="16" ignoreMaxColorVariance="true"  target="grp" />
         </body>
     </TestCase>
         
@@ -1313,9 +1269,7 @@
             <RunCode code="application.grp.addElement(new glowfilter3)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-            <CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+            <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 		</body>
     </TestCase>
     <TestCase testID="filters_glowfilter4" keywords="[fxg]" description="Bitmap Fill. blurX='2' blurY='4' quality='2' strength='0.5' color='#8A2BE2' inner='true'">
@@ -1427,9 +1381,7 @@
         <RunCode code="application.grp.addElement(new gradientglowfilter3)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-        	<CompareBitmap url="../properties/baselines"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+        	<CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
         </body>
     </TestCase>
     <TestCase testID="filters_gradientglowfilter4" keywords="[fxg]" description="BitmapFill: blurX=2 blurY=4 quality=2 strength=0.5">
@@ -1495,9 +1447,7 @@
         <RunCode code="application.grp.addElement(new hue_colormatrixfilter4)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-        	<CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+        	<CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 		</body>
     </TestCase>
 
@@ -1535,9 +1485,7 @@
             <RunCode code="application.grp.addElement(new luminance_colormatrixfilter4)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-            <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+            <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 		</body>
         </TestCase>
 
@@ -1574,9 +1522,7 @@
             <RunCode code="application.grp.addElement(new saturation_colormatrixfilter4)" waitEvent="updateComplete" waitTarget="grp"/>
         </setup>
         <body>
-            <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-				<ConditionalValue os="win"/>
-			</CompareBitmap>
+            <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
 		</body>
     </TestCase>
         
@@ -1598,9 +1544,7 @@
                     <RunCode code="application.grp.addElement(new clip_mask)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -2050,9 +1994,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_stroke_path_focal_point)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -2064,9 +2006,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_stroke_path_interpolation)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -2078,9 +2018,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_stroke_path_matrix)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -2092,9 +2030,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_stroke_path_spread)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -2106,9 +2042,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_stroke_shape_focal_point)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -2120,9 +2054,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_stroke_shape_interpolation)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -2134,9 +2066,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_stroke_shape_matrix)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         
@@ -2148,9 +2078,7 @@
                     <RunCode code="application.grp.addElement(new radial_gradient_stroke_shape_spread)" waitEvent="updateComplete" waitTarget="grp"/>
                 </setup>
                 <body>
-                    <CompareBitmap url="../properties/baselines/"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp">
-						<ConditionalValue os="win"/>
-					</CompareBitmap>
+                    <CompareBitmap url="../properties/baselines/$testID.png"  numColorVariances="8" ignoreMaxColorVariance="true"  target="grp" />
                 </body>
             </TestCase>
         


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

Posted by ah...@apache.org.
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/25c572f6
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/25c572f6
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/25c572f6

Branch: refs/heads/develop
Commit: 25c572f6bd00803b67f4a9602be98652cd705ad7
Parents: 1c28ee3
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 4 00:15:00 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 4 07:55:05 2013 +0100

----------------------------------------------------------------------
 .../Ellipse/properties/FXG_Ellipse_Mirroring.mxml  |    8 +--
 .../properties/FXG_Ellipse_PropertiesAS.mxml       |   52 ++++-----------
 .../FXG_Ellipse_RadialGradientStroke_fillX@win.png |  Bin 3352 -> 0 bytes
 .../FXG_Ellipse_RadialGradientStroke_fillY@win.png |  Bin 3925 -> 0 bytes
 ...XG_Ellipse_RadialGradientStroke_strokeX@win.png |  Bin 3350 -> 0 bytes
 ...XG_Ellipse_RadialGradientStroke_strokeY@win.png |  Bin 4121 -> 0 bytes
 ...FXG_Ellipse_RadialGradientStroke_xy_0_0@win.png |  Bin 3626 -> 0 bytes
 ...XG_Ellipse_RadialGradientStroke_xy_0_20@win.png |  Bin 3675 -> 0 bytes
 ...XG_Ellipse_RadialGradientStroke_xy_20_0@win.png |  Bin 3698 -> 0 bytes
 ...se_RadialGradientStroke_xy_fillRotation@win.png |  Bin 4430 -> 0 bytes
 ..._RadialGradientStroke_xy_strokeRotation@win.png |  Bin 4213 -> 0 bytes
 ...e_Rotation_matrix_onRadialGradient_fill@win.png |  Bin 3091 -> 0 bytes
 ...Rotation_matrix_onRadialGradient_stroke@win.png |  Bin 2779 -> 0 bytes
 ...Ellipse_XY_matrix_onRadialGradient_fill@win.png |  Bin 3939 -> 0 bytes
 ...lipse_XY_matrix_onRadialGradient_stroke@win.png |  Bin 3870 -> 0 bytes
 ...rectionRTL_RadialGradientStroke_strokeY@win.png |  Bin 4122 -> 0 bytes
 ...rectionRTL_RadialGradientStroke_xy_0_20@win.png |  Bin 3676 -> 0 bytes
 17 files changed, 15 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_Mirroring.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_Mirroring.mxml b/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_Mirroring.mxml
index 176dbbc..a08cc7c 100644
--- a/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_Mirroring.mxml
+++ b/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_Mirroring.mxml
@@ -106,9 +106,7 @@
             </setup>
             <body>
                 <SetProperty target="ellipse_radialGradientStroke.ellipse1" propertyName="y" value="20" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-                <CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+                <CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
             </body>
         </TestCase>
       
@@ -118,9 +116,7 @@
             </setup>
             <body>
                 <SetProperty target="ellipse_radialGradientStroke.ellipse1.stroke" propertyName="y" value="30" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-                <CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+                <CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
             </body>
         </TestCase>
    

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_PropertiesAS.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_PropertiesAS.mxml b/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_PropertiesAS.mxml
index ecd2b6c..49aab83 100644
--- a/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_PropertiesAS.mxml
+++ b/mustella/tests/spark/primitives/Ellipse/properties/FXG_Ellipse_PropertiesAS.mxml
@@ -338,9 +338,7 @@
 				<ResetComponent target="ellipse_radialGradientStroke" className="comps.EllipseRadialGradientStroke" waitTarget="ellipse_radialGradientStroke" waitEvent="updateComplete" />
 			</setup>
 			<body>
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Ellipse_RadialGradientStroke_xy_20_0" description="Ellipse with a RadialGradientStroke and and (x,y)=(20,0)" keywords="[Line, RadialGradientStroke, caps]">
@@ -349,9 +347,7 @@
 			</setup>
 			<body>
 				<SetProperty target="ellipse_radialGradientStroke.ellipse1" propertyName="x" value="20" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500" >
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Ellipse_RadialGradientStroke_xy_0_20" description="Ellipse with a RadialGradientStroke and and (x,y)=(0,20)" keywords="[Line, RadialGradientStroke, x, y]">
@@ -360,9 +356,7 @@
 			</setup>
 			<body>
 				<SetProperty target="ellipse_radialGradientStroke.ellipse1" propertyName="y" value="20" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 	    <TestCase testID="FXG_Ellipse_RadialGradientStroke_xy_strokeRotation" description="Ellipse with a RadialGradientStroke and (x,y)=(20,0), rotation=45" keywords="[Line, RadialGradientStroke, rotation]">
@@ -371,9 +365,7 @@
 			</setup>
 			<body>
 				<SetProperty target="ellipse_radialGradientStroke.ellipse1.stroke" propertyName="rotation" value="45" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 	    <TestCase testID="FXG_Ellipse_RadialGradientStroke_xy_fillRotation" description="Ellipse with a RadialGradientStroke and (x,y)=(0,0)" keywords="[Line, LinearGradientStroke, caps]">
@@ -382,9 +374,7 @@
 			</setup>
 			<body>
 				<SetProperty target="ellipse_radialGradientStroke.ellipse1.fill" propertyName="rotation" value="45" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Ellipse_RadialGradientStroke_fillX" description="Ellipse with a RadialGradientStroke and and (x,y)=(20,0)" keywords="[Line, RadialGradientStroke, caps]">
@@ -393,9 +383,7 @@
 			</setup>
 			<body>
 				<SetProperty target="ellipse_radialGradientStroke.ellipse1.fill" propertyName="x" value="50" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Ellipse_RadialGradientStroke_fillY" description="Ellipse with a RadialGradientStroke and and (x,y)=(0,20)" keywords="[Line, RadialGradientStroke, x, y]">
@@ -404,9 +392,7 @@
 			</setup>
 			<body>
 				<SetProperty target="ellipse_radialGradientStroke.ellipse1.fill" propertyName="y" value="30" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Ellipse_RadialGradientStroke_strokeX" description="Ellipse with a RadialGradientStroke and and (x,y)=(20,0)" keywords="[Line, RadialGradientStroke, caps]">
@@ -415,9 +401,7 @@
 			</setup>
 			<body>
 				<SetProperty target="ellipse_radialGradientStroke.ellipse1.stroke" propertyName="x" value="10" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete" />
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Ellipse_RadialGradientStroke_strokeY" description="Ellipse with a RadialGradientStroke and and (x,y)=(0,20)" keywords="[Line, RadialGradientStroke, x, y]">
@@ -426,9 +410,7 @@
 			</setup>
 			<body>
 				<SetProperty target="ellipse_radialGradientStroke.ellipse1.stroke" propertyName="y" value="30" waitTarget="ellipse_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="2500">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="2500" />
 			</body>
 	    </TestCase>
 <!-- using matrix -->
@@ -669,9 +651,7 @@
 		            waitTarget="ellipse_radialGradientStroke.ellipse1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="5000">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+		        <CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="5000" />
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Ellipse_XY_matrix_onRadialGradient_fill" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -685,9 +665,7 @@
 		            waitTarget="ellipse_radialGradientStroke.ellipse1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="5000">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+		        <CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="5000" />
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Ellipse_Rotation_matrix_onRadialGradient_stroke" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -701,9 +679,7 @@
 		            waitTarget="ellipse_radialGradientStroke.ellipse1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="5000">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+		        <CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="5000" />
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Ellipse_XY_matrix_onRadialGradient_stroke" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -717,9 +693,7 @@
 		            waitTarget="ellipse_radialGradientStroke.ellipse1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/" target="ellipse_radialGradientStroke" timeout="5000">
-					<ConditionalValue os="win" />
-				</CompareBitmap>
+		        <CompareBitmap url="../Properties/baselines/$testID.png" target="ellipse_radialGradientStroke" timeout="5000" />
             </body>
         </TestCase>
     </testCases>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_fillX@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_fillX@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_fillX@win.png
deleted file mode 100644
index 0665e4e..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_fillX@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_fillY@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_fillY@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_fillY@win.png
deleted file mode 100644
index 7d37662..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_fillY@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_strokeX@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_strokeX@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_strokeX@win.png
deleted file mode 100644
index cb49792..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_strokeX@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_strokeY@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_strokeY@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_strokeY@win.png
deleted file mode 100644
index e6a1403..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_strokeY@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_0_0@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_0_0@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_0_0@win.png
deleted file mode 100644
index 8247863..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_0_0@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_0_20@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_0_20@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_0_20@win.png
deleted file mode 100644
index b3247aa..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_0_20@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_20_0@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_20_0@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_20_0@win.png
deleted file mode 100644
index 3acc453..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_20_0@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_fillRotation@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_fillRotation@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_fillRotation@win.png
deleted file mode 100644
index 9f8d9e1..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_fillRotation@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_strokeRotation@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_strokeRotation@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_strokeRotation@win.png
deleted file mode 100644
index ca39050..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_RadialGradientStroke_xy_strokeRotation@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_Rotation_matrix_onRadialGradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_Rotation_matrix_onRadialGradient_fill@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_Rotation_matrix_onRadialGradient_fill@win.png
deleted file mode 100644
index ce78b0c..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_Rotation_matrix_onRadialGradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_Rotation_matrix_onRadialGradient_stroke@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_Rotation_matrix_onRadialGradient_stroke@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_Rotation_matrix_onRadialGradient_stroke@win.png
deleted file mode 100644
index cf115da..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_Rotation_matrix_onRadialGradient_stroke@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_XY_matrix_onRadialGradient_fill@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_XY_matrix_onRadialGradient_fill@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_XY_matrix_onRadialGradient_fill@win.png
deleted file mode 100644
index 494b58c..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_XY_matrix_onRadialGradient_fill@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_XY_matrix_onRadialGradient_stroke@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_XY_matrix_onRadialGradient_stroke@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_XY_matrix_onRadialGradient_stroke@win.png
deleted file mode 100644
index fd3d39c..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_XY_matrix_onRadialGradient_stroke@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_layoutDirectionRTL_RadialGradientStroke_strokeY@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_layoutDirectionRTL_RadialGradientStroke_strokeY@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_layoutDirectionRTL_RadialGradientStroke_strokeY@win.png
deleted file mode 100644
index fdd2cfb..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_layoutDirectionRTL_RadialGradientStroke_strokeY@win.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25c572f6/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_layoutDirectionRTL_RadialGradientStroke_xy_0_20@win.png
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_layoutDirectionRTL_RadialGradientStroke_xy_0_20@win.png b/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_layoutDirectionRTL_RadialGradientStroke_xy_0_20@win.png
deleted file mode 100644
index d55f12a..0000000
Binary files a/mustella/tests/spark/primitives/Ellipse/properties/baselines/FXG_Ellipse_layoutDirectionRTL_RadialGradientStroke_xy_0_20@win.png and /dev/null differ