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/03 21:42:14 UTC

svn commit: r1393721 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/methods: ./ baselines/

Author: aharui
Date: Wed Oct  3 19:42:14 2012
New Revision: 1393721

URL: http://svn.apache.org/viewvc?rev=1393721&view=rev
Log:
Update tests to work on Windows

Removed:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/methods/baselines/Layout3D_method_transformAround_icons1_offsets_rotation.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/methods/baselines/Layout3D_method_transformAround_icons2.png
Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/methods/listIcons_layout3D_methods_tester.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/methods/listIcons_layout3D_methods_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/methods/listIcons_layout3D_methods_tester.mxml?rev=1393721&r1=1393720&r2=1393721&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/methods/listIcons_layout3D_methods_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/methods/listIcons_layout3D_methods_tester.mxml Wed Oct  3 19:42:14 2012
@@ -125,9 +125,7 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
             <body>
                 <RunCode code="application.icons.transformAround(new Vector3D(10,10,10),new Vector3D(1,1.2,2),new Vector3D(30,30,30))" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
-                <CompareBitmap url="../methods/baselines/" target="vg" numColorVariances="25" maxColorVariance="5">
-                    <ConditionalValue os="mac" />
-                </CompareBitmap>
+                <CompareBitmap url="../methods/baselines/$testID@mac.png" target="vg" numColorVariances="100" maxColorVariance="1"/>
             </body>
         </TestCase>
 
@@ -181,10 +179,7 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="icons.postLayoutTransformOffsets" propertyName="rotationZ" value="9" />
                 <RunCode code="application.icons.transformAround(new Vector3D(10,10,10),new Vector3D(1.2,1.2,1.2),new Vector3D(10,10,30))" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="4" waitEvent="updateComplete"/>
-                <CompareBitmap url="../methods/baselines/" target="vg" numColorVariances="10" maxColorVariance="5">
-                    <ConditionalValue os="mac" />
-                </CompareBitmap>
-
+                <CompareBitmap url="../methods/baselines/$testID@mac.png" target="vg" numColorVariances="10" maxColorVariance="1"/>
             </body>
         </TestCase>
         <TestCase testID="Layout3D_method_transformAround_icons2_offsets_rotation" keywords="[Layout3D,method,transformAround]" description="">