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 2012/10/16 07:08:56 UTC

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

Author: aharui
Date: Tue Oct 16 05:08:56 2012
New Revision: 1398644

URL: http://svn.apache.org/viewvc?rev=1398644&view=rev
Log:
Still some platform differences to deal with

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationX.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationXY.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationY.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationYNeg.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationXY.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationY.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml?rev=1398644&r1=1398643&r2=1398644&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml Tue Oct 16 05:08:56 2012
@@ -327,7 +327,7 @@ limitations under the License.
 				<SetProperty value="100" propertyName="width" target="graphic2.getChildAt(0)" />
 				<SetProperty value="100" propertyName="height" target="graphic2.getChildAt(0)" waitTarget="graphic2.getChildAt(0)" waitEvent="updateComplete" />
 				<WaitForLayoutManager/>
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="graphic2.getChildAt(0)" timeout="2000" />
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="graphic2.getChildAt(0)" numColorVariances="10" maxColorVariance="1" timeout="2000" />
 			</body>
 		</TestCase>
 		<TestCase testID="GraphicTags_Group_rotationY" description="Test 25 degree rotationY of a Group" keywords="[rotationY, Group, Graphic]">
@@ -337,7 +337,9 @@ limitations under the License.
 			<body>
 				<SetProperty value="25" propertyName="rotationY" target="graphic2.getChildAt(0).getElementAt(0)" />
 				<WaitForLayoutManager/>
-				<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../Properties/baselines/$testID.png" target="graphic2.getChildAt(0)" timeout="2000" />
+				<CompareBitmap numColorVariances="10" ignoreMaxColorVariance="true" url="../Properties/baselines/$testID.png" target="graphic2.getChildAt(0)" timeout="2000" >
+					<ConditionalValue os="win" />
+				</CompareBitmap>
 			</body>
 		</TestCase>
 		<TestCase testID="GraphicTags_Group_rotationYNeg" description="Test -25 degree rotationY of a Group" keywords="[rotationY, Group, Graphic]">

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationX.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationX.png?rev=1398644&r1=1398643&r2=1398644&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationXY.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationXY.png?rev=1398644&r1=1398643&r2=1398644&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationY.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationY.png?rev=1398644&r1=1398643&r2=1398644&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationYNeg.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationYNeg.png?rev=1398644&r1=1398643&r2=1398644&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationXY.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationXY.png?rev=1398644&r1=1398643&r2=1398644&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationY.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationY.png?rev=1398644&r1=1398643&r2=1398644&view=diff
==============================================================================
Binary files - no diff available.