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/01 10:03:50 UTC

svn commit: r1392225 [4/4] - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo: components/Application/integration/ components/Application/properties/ components/ButtonBar/Integration/ components/DataGrid/Properties/ components/FTETextField/...

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/properties/layout3D_properties_tester_main.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/properties/layout3D_properties_tester_main.mxml?rev=1392225&r1=1392224&r2=1392225&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/properties/layout3D_properties_tester_main.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/properties/layout3D_properties_tester_main.mxml Mon Oct  1 08:03:47 2012
@@ -179,7 +179,7 @@ xmlns="*" testSWF="Layout3DMain.mxml">
                 <SetProperty target="eg.e3.postLayoutTransformOffsets" propertyName="scaleZ" value="3" />
                 <SetProperty target="eg" propertyName="height" value="180" waitEvent="updateComplete"/>
                 <SetProperty target="eg" propertyName="width" value="180" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
         
@@ -225,7 +225,7 @@ xmlns="*" testSWF="Layout3DMain.mxml">
                 <SetProperty target="eg.e3.postLayoutTransformOffsets" propertyName="scaleZ" value="1.5" />
                 <SetProperty target="eg" propertyName="height" value="180" waitEvent="updateComplete"/>
                 <SetProperty target="eg" propertyName="width" value="180" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="25" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -337,7 +337,7 @@ xmlns="*" testSWF="Layout3DMain.mxml">
                 <SetProperty target="eg.e3.postLayoutTransformOffsets" propertyName="z" value="1" />
                 <SetProperty target="eg" propertyName="height" value="100" waitEvent="updateComplete"/>
                 <SetProperty target="eg" propertyName="width" value="140" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -373,9 +373,9 @@ xmlns="*" testSWF="Layout3DMain.mxml">
                 <SetProperty target="eg.e3.postLayoutTransformOffsets" propertyName="rotationZ" value="9" />
                 <SetProperty target="eg" propertyName="height" value="140" waitEvent="updateComplete"/>
                 <SetProperty target="eg" propertyName="width" value="140" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="15" maxColorVariance="1" />
                 <RunCode code="setGroupMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="15" maxColorVariance="1" />
             </body>
         </TestCase>
         
@@ -502,9 +502,9 @@ xmlns="*" testSWF="Layout3DMain.mxml">
                 <SetProperty target="eg.e3.postLayoutTransformOffsets" propertyName="scaleZ" value="1.7" />
                 <SetProperty target="eg" propertyName="height" value="180" waitEvent="updateComplete"/>
                 <SetProperty target="eg" propertyName="width" value="180" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="5" maxColorVariance="1" />
                 <RunCode code="setGroupMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -530,9 +530,9 @@ xmlns="*" testSWF="Layout3DMain.mxml">
                 <SetProperty target="eg.e3.postLayoutTransformOffsets" propertyName="scaleZ" value="1.7" />
                 <SetProperty target="eg" propertyName="height" value="180" waitEvent="updateComplete"/>
                 <SetProperty target="eg" propertyName="width" value="180" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="5" maxColorVariance="1" />
                 <RunCode code="setGroupMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="eg" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/properties/listIcons_layout3D_properties_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/properties/listIcons_layout3D_properties_tester.mxml?rev=1392225&r1=1392224&r2=1392225&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/properties/listIcons_layout3D_properties_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout3D/properties/listIcons_layout3D_properties_tester.mxml Mon Oct  1 08:03:47 2012
@@ -182,7 +182,7 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer" propertyName="scaleZ" value="2" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
                 <SetProperty target="icons" propertyName="width" value="300" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -234,7 +234,7 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer" propertyName="rotationZ" value="20" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
                 <SetProperty target="icons" propertyName="height" value="150" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
         <TestCase testID="Layout3D_property_itemRenderer_icon_rotation_2" keywords="[Layout3D,property, postLayoutTransformOffsets]" description="">
@@ -250,7 +250,7 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer" propertyName="rotationY" value="-90" />
                 <SetProperty target="script:iRenderer" propertyName="rotationZ" value="90" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
         <TestCase testID="Layout3D_property_itemRenderer_offsets_rotation_scale4" keywords="[Layout3D,property, maintainProjectionCenter]" description="">
@@ -304,9 +304,9 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer.postLayoutTransformOffsets" propertyName="rotationY" value="-10" />
                 <SetProperty target="script:iRenderer.postLayoutTransformOffsets" propertyName="rotationZ" value="20" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
                 <RunCode code="setObjectMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -323,9 +323,9 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer.postLayoutTransformOffsets" propertyName="rotationY" value="-10" />
                 <SetProperty target="script:iRenderer.postLayoutTransformOffsets" propertyName="rotationZ" value="20" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
                 <RunCode code="setObjectMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -344,9 +344,9 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer.postLayoutTransformOffsets" propertyName="rotationZ" value="20" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
                 <SetProperty target="icons" propertyName="width" value="300" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
                 <RunCode code="setObjectMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
       <TestCase testID="Layout3D_property_maintainProjectionCenter_false_layoutMatrix3D" keywords="[Layout3D,property, maintainProjectionCenter]" description="">
@@ -401,9 +401,9 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer" propertyName="rotationY" value="-10" />
                 <SetProperty target="script:iRenderer" propertyName="rotationZ" value="20" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
                 <RunCode code="setObjectMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -423,9 +423,9 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer" propertyName="scaleZ" value="2" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
                 <SetProperty target="icons" propertyName="width" value="300" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
                 <RunCode code="setObjectMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -479,9 +479,9 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="script:iRenderer" propertyName="rotationZ" value="20" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="0" waitEvent="updateComplete"/>
                 <SetProperty target="icons" propertyName="height" value="150" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
                 <RunCode code="setObjectMatrix()" />
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
 
@@ -543,7 +543,7 @@ xmlns="*" testSWF="Layout3DListIcons.mxm
                 <SetProperty target="icons" propertyName="width" value="250" waitEvent="updateComplete"/>
                 <RunCode code="var m3:Matrix3D = new Matrix3D();m3.identity();iRenderer.setLayoutMatrix3D(m3,true);" />
                 <SetProperty target="icons" propertyName="selectedIndex" value="2" waitEvent="updateComplete"/>
-                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" />
+                <CompareBitmap url="../properties/baselines/$testID.png" target="icons" numColorVariances="5" maxColorVariance="1" />
             </body>
         </TestCase>
     </testCases>