You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2012/10/04 17:56:23 UTC

svn commit: r1394121 - in /incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties: ./ baselines/

Author: pent
Date: Thu Oct  4 15:56:22 2012
New Revision: 1394121

URL: http://svn.apache.org/viewvc?rev=1394121&view=rev
Log:
Added os-specific pngs. Modified some tests to use ConditionalValue os="win"

Added:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillX@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillY@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeX@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeY@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_20@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_20_0@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_fillRotation@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_strokeRotation@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_fill@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_stroke@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_fill@win.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_stroke@win.png   (with props)
Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml?rev=1394121&r1=1394120&r2=1394121&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/FXG_Rect_PropertiesAS.mxml Thu Oct  4 15:56:22 2012
@@ -266,7 +266,9 @@
 				<ResetComponent target="rect_radialGradientStroke" className="comps.RectRadialGradientStroke" waitTarget="rect_radialGradientStroke" waitEvent="updateComplete" />
 			</setup>
 			<body>
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</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]">
@@ -275,7 +277,9 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1" propertyName="x" value="20" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</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]">
@@ -284,7 +288,9 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1" propertyName="y" value="20" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</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]">
@@ -293,7 +299,9 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.stroke" propertyName="rotation" value="45" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</body>
 	    </TestCase>
 	    <TestCase testID="FXG_Rect_RadialGradientStroke_xy_fillRotation" description="Rect with a RadialGradientStroke and (x,y)=(0,0)" keywords="[Line, LinearGradientStroke, caps]">
@@ -302,7 +310,9 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.fill" propertyName="rotation" value="45" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_fillX" description="Rect with a RadialGradientStroke and and (x,y)=(20,0)" keywords="[Line, RadialGradientStroke, caps]">
@@ -311,7 +321,9 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.fill" propertyName="x" value="50" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500">
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_fillY" description="Rect with a RadialGradientStroke and and (x,y)=(0,20)" keywords="[Line, RadialGradientStroke, x, y]">
@@ -320,7 +332,9 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.fill" propertyName="y" value="30" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500" >
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_strokeX" description="Rect with a RadialGradientStroke and and (x,y)=(20,0)" keywords="[Line, RadialGradientStroke, caps]">
@@ -329,7 +343,9 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.stroke" propertyName="x" value="10" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete" />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500" >
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</body>
 	    </TestCase>
 		<TestCase testID="FXG_Rect_RadialGradientStroke_strokeY" description="Rect with a RadialGradientStroke and and (x,y)=(0,20)" keywords="[Line, RadialGradientStroke, x, y]">
@@ -338,7 +354,9 @@
 			</setup>
 			<body>
 				<SetProperty target="rect_radialGradientStroke.rect1.stroke" propertyName="y" value="30" waitTarget="rect_radialGradientStroke.getElementAt(0)" waitEvent="updateComplete"  />
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="2500" />
+				<CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="2500" >
+					<ConditionalValue os="win"/>
+				</CompareBitmap>
 			</body>
 	    </TestCase>
 <!-- visibility tests -->
@@ -618,7 +636,9 @@
 		            waitTarget="rect_radialGradientStroke.rect1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="5000" />
+		        <CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="5000">
+					<ConditionalValue os="win" />
+				</CompareBitmap>
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Rect_XY_matrix_onRadialGradient_fill" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -632,7 +652,9 @@
 		            waitTarget="rect_radialGradientStroke.rect1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="5000" />
+		        <CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="5000" >
+					<ConditionalValue os="win" />
+				</CompareBitmap>
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Rect_Rotation_matrix_onRadialGradient_stroke" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -646,7 +668,9 @@
 		            waitTarget="rect_radialGradientStroke.rect1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="5000" />
+		        <CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="5000" >
+					<ConditionalValue os="win" />
+				</CompareBitmap>
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Rect_XY_matrix_onRadialGradient_stroke" keywords="[FXG, GraphicTags, Matrix, Transform, rotation]"
@@ -660,7 +684,9 @@
 		            waitTarget="rect_radialGradientStroke.rect1" waitEvent="updateComplete" />
 		    </setup>
             <body>
-		        <CompareBitmap url="../Properties/baselines/$testID.png" target="rect_radialGradientStroke" timeout="5000" />
+		        <CompareBitmap url="../Properties/baselines/" target="rect_radialGradientStroke" timeout="5000" >
+					<ConditionalValue os="win"/>
+				</CompareBitmap>
             </body>
         </TestCase>
 	    <TestCase testID="FXG_Rect_filters_default" keywords="[FXG, filters, Rect]"

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillX@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillX%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillX@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillY@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillY%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_fillY@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeX@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeX%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeX@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeY@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeY%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_strokeY@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_20@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_20%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_0_20@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_20_0@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_20_0%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_20_0@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_fillRotation@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_fillRotation%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_fillRotation@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_strokeRotation@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_strokeRotation%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_RadialGradientStroke_xy_strokeRotation@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_fill@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_fill%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_fill@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_stroke@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_stroke%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_Rotation_matrix_onRadialGradient_stroke@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_fill@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_fill%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_fill@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_stroke@win.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_stroke%40win.png?rev=1394121&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Rect/properties/baselines/FXG_Rect_XY_matrix_onRadialGradient_stroke@win.png
------------------------------------------------------------------------------
    svn:mime-type = image/png