You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/10/02 21:19:13 UTC

svn commit: r1393118 - in /incubator/flex/sdk/branches/develop/mustella/tests/components: ComboBox/Styles/ DataGrid/DataGrid_HaloSkin/Properties/ DataGrid/DataGrid_HaloSkin/Properties/Baselines/ DataGrid/DataGrid_HaloSkin/Styles/Baselines/ DataGrid/Dat...

Author: cframpton
Date: Tue Oct  2 19:19:12 2012
New Revision: 1393118

URL: http://svn.apache.org/viewvc?rev=1393118&view=rev
Log:
Changes so tests run on Windows.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/components/ComboBox/Styles/ComboBoxStylesMirroring.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedColumnCount_config8_dragDropInUnlockedColumnArea_inProgress_halo.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedColumnCount_config8_multipleDragsInProgress_halo.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedRowCount_config1_dragDropInLockedRowArea_inProgress_halo.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedRowCount_config1_dragDropInUnlockedRowArea_inProgress_halo.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_listbase_halo.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_lockedColumnCount_halo.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Styles/Baselines/styleName_multiple_precedence_halo.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_dragDropInUnlockedColumnArea_inProgress.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_dragDropUnlockedToLockedColumnArea.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_multipleDragsInProgress.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config1_dragDropInLockedRowArea_inProgress.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config1_dragDropInUnlockedRowArea_inProgress.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config2_dragDropInLockedRowArea_inProgress.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config2_dragDropInUnlockedRowArea_inProgress.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_lockedColumnCount.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_scrollPolicies.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_Styles_styleName.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_styles_2.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/NumericStepper_Styles_Mirroring.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer1.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer1_2.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer2.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer2_1.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer3.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/RadioButton/Integration/RadioButton_Integration_spark.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/TileList/Styles/mxTileListStylesMirroring.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/ComboBox/Styles/ComboBoxStylesMirroring.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/ComboBox/Styles/ComboBoxStylesMirroring.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/ComboBox/Styles/ComboBoxStylesMirroring.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/ComboBox/Styles/ComboBoxStylesMirroring.mxml Tue Oct  2 19:19:12 2012
@@ -259,7 +259,7 @@
 				<SetProperty target="cb_m1" propertyName="selectedItem" value="Product F" waitEvent="updateComplete"/>
 				<AssertPropertyValue target="cb_m1" propertyName="selectedItem" value="Product F"/>
 				<AssertPropertyValue target="cb_m1" propertyName="selectedIndex" value="5"/>
-				<CompareBitmap target="cb_m1" url="../Styles/Baselines/$testID_1.png" numColorVariances="3" maxColorVariance="20"/>
+				<CompareBitmap target="cb_m1" url="../Styles/Baselines/$testID_1.png" numColorVariances="5" maxColorVariance="20"/>
 				<RunCode code="FlexGlobals.topLevelApplication.cb_m1.open()" waitEvent="open" waitTarget="cb_m1"/>
 				<CompareBitmap target="cb_m1.dropdown" url="../Styles/Baselines/$testID_2.png" numColorVariances="3" maxColorVariance="20"/>
 				<RunCode code="FlexGlobals.topLevelApplication.cb_m1.close()" waitEvent="close" waitTarget="cb_m1"/>
@@ -272,7 +272,7 @@
 				<AssertStyleValue target="cb_m1" styleName="chromeColor" value="0xDD0000"/>
 				<AssertPropertyValue target="cb_m1" propertyName="selectedItem" value="Product F"/>
 				<AssertPropertyValue target="cb_m1" propertyName="selectedIndex" value="5"/>
-				<CompareBitmap target="cb_m1" url="../Styles/Baselines/$testID_3.png" numColorVariances="3" maxColorVariance="20"/>
+				<CompareBitmap target="cb_m1" url="../Styles/Baselines/$testID_3.png" numColorVariances="5" maxColorVariance="20"/>
 			</body>
 		</TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedColumnCount_config8_dragDropInUnlockedColumnArea_inProgress_halo.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedColumnCount_config8_dragDropInUnlockedColumnArea_inProgress_halo.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedColumnCount_config8_multipleDragsInProgress_halo.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedColumnCount_config8_multipleDragsInProgress_halo.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedRowCount_config1_dragDropInLockedRowArea_inProgress_halo.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedRowCount_config1_dragDropInLockedRowArea_inProgress_halo.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedRowCount_config1_dragDropInUnlockedRowArea_inProgress_halo.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/Baselines/lockedRowCount_config1_dragDropInUnlockedRowArea_inProgress_halo.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_listbase_halo.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_listbase_halo.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_listbase_halo.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_listbase_halo.mxml Tue Oct  2 19:19:12 2012
@@ -345,7 +345,7 @@
                 <DispatchMouseEvent type="mouseMove" buttonDown="true" stageX="150" stageY="105" waitTarget="mx.managers::DragManager.mx_internal:dragProxy" waitEvent="move"/>
                 <DispatchMouseEvent type="mouseMove" buttonDown="true" stageX="150" stageY="115" waitTarget="mx.managers::DragManager.mx_internal:dragProxy" waitEvent="move"/>
                 <DispatchMouseEvent type="mouseMove" buttonDown="true" stageX="150" stageY="125" waitTarget="mx.managers::DragManager.mx_internal:dragProxy" waitEvent="move"/>
-        <WaitForEffectsToEnd />
+        		<WaitForEffectsToEnd />
                 <CompareBitmap target="mydatagrid" url="../Properties/Baselines/">
                 	<ConditionalValue os="mac"/>
                 </CompareBitmap>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_lockedColumnCount_halo.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_lockedColumnCount_halo.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_lockedColumnCount_halo.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Properties/datagrid_properties_lockedColumnCount_halo.mxml Tue Oct  2 19:19:12 2012
@@ -3040,7 +3040,7 @@ is still in "drag mode".  It's a known M
                 <CompareBitmap target="dg1" url="../Properties/Baselines/"  numColorVariances="4" ignoreMaxColorVariance="true">
                 	<ConditionalValue os="mac"/>
                 </CompareBitmap>
-            </body>
+        </body>
             <cleanup>
                 <DispatchMouseEvent type="mouseUp" stageX="5" stageY="5" />
             </cleanup>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Styles/Baselines/styleName_multiple_precedence_halo.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_HaloSkin/Styles/Baselines/styleName_multiple_precedence_halo.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_dragDropInUnlockedColumnArea_inProgress.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_dragDropInUnlockedColumnArea_inProgress.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_dragDropUnlockedToLockedColumnArea.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_dragDropUnlockedToLockedColumnArea.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_multipleDragsInProgress.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedColumnCount_config8_multipleDragsInProgress.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config1_dragDropInLockedRowArea_inProgress.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config1_dragDropInLockedRowArea_inProgress.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config1_dragDropInUnlockedRowArea_inProgress.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config1_dragDropInUnlockedRowArea_inProgress.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config2_dragDropInLockedRowArea_inProgress.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config2_dragDropInLockedRowArea_inProgress.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config2_dragDropInUnlockedRowArea_inProgress.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/Baselines/lockedRowCount_config2_dragDropInUnlockedRowArea_inProgress.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_lockedColumnCount.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_lockedColumnCount.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_lockedColumnCount.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_lockedColumnCount.mxml Tue Oct  2 19:19:12 2012
@@ -2957,6 +2957,7 @@ do its cleanup, the next test case that 
 is still in "drag mode".  It's a known Mustella issue.  Be aware!
 ================================================================================
 -->
+	<!--FIXME: rename bitmap since test works on both platforms -->
         <TestCase testID="lockedColumnCount_config8_dragDropInLockedColumnArea_inProgress" keywords="[DataGrid,properties,lockedColumnCount]">
             <setup>
                 <ResetComponent target="dg1" className="mx.controls.DataGrid" waitEvent="updateComplete" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_scrollPolicies.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_scrollPolicies.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_scrollPolicies.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Properties/datagrid_properties_scrollPolicies.mxml Tue Oct  2 19:19:12 2012
@@ -155,7 +155,7 @@ vertical, becomes (un)needed: Change the
                 <RunCode code="FlexGlobals.topLevelApplication.dg1.dataProvider.removeItemAt(0)" waitTarget="dg1" waitEvent="updateComplete" />
                 <RunCode code="FlexGlobals.topLevelApplication.dg1.dataProvider.removeItemAt(0)" waitTarget="dg1" waitEvent="updateComplete" />
                 <AssertPropertyValue target="dg1.mx_internal:vScrollBar" propertyName="visible" value="true" />
-                <CompareBitmap target="dg1" url="../Properties/Baselines/verticalScrollPolicy_notVisibleBitmapCalibration2.png" />
+                <CompareBitmap target="dg1" url="../Properties/Baselines/verticalScrollPolicy_notVisibleBitmapCalibration2.png" numColorVariances="2"/>
             </body>
         </TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_Styles_styleName.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_Styles_styleName.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_Styles_styleName.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_Styles_styleName.mxml Tue Oct  2 19:19:12 2012
@@ -77,6 +77,7 @@
 			</body>
          </TestCase>
 
+	<!-- FIXME: rename since this works on both platforms  -->
         <TestCase testID="styleName_multiple_precedence_mac" description="Test multiple styleNames for DataGrid. This test will only work with Flex 4 and newer."
             keywords="[DataGrid, styleName, CSS]" >
             <setup>
@@ -88,8 +89,8 @@
             </setup>
             <body>
                  <SetStyle target="gridInCanvas" value="redText italicText boldBig" styleName="styleName" waitEvent="updateComplete" waitTarget="gridInCanvas" />
-                 <CompareBitmap target="gridInCanvas.getChildAt(0).mx_internal:rendererArray.1.0" url="../Styles/Baselines/$testID.png" timeout="5000" />
-			</body>
+                 <CompareBitmap target="gridInCanvas.getChildAt(0).mx_internal:rendererArray.1.0" url="../Styles/Baselines/$testID.png" timeout="5000" numColorVariances="5" ignoreMaxColorVariance="true" />
+	    </body>
          </TestCase>
 
         <TestCase testID="styleName_multiple_setStyle" description="Test multiple styleNames for DataGrid used with setStyle. This test will only work with Flex 4 and newer."

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_styles_2.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_styles_2.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_styles_2.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/DataGrid/DataGrid_SparkSkin/Styles/datagrid_styles_2.mxml Tue Oct  2 19:19:12 2012
@@ -348,7 +348,7 @@
             </setup>
             <body>
                 <SetStyle target="dg1" styleName="fontFamily" value="EmbeddedComic" waitTarget="dg1" waitEvent="updateComplete"/>
-                <CompareBitmap target="dg1" url="../Styles/Baselines/$testID.png" numColorVariances="2" ignoreMaxColorVariance="true"/>
+                <CompareBitmap target="dg1" url="../Styles/Baselines/$testID.png" numColorVariances="6" ignoreMaxColorVariance="true"/>
             </body>
         </TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/NumericStepper_Styles_Mirroring.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/NumericStepper_Styles_Mirroring.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/NumericStepper_Styles_Mirroring.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/NumericStepper_Styles_Mirroring.mxml Tue Oct  2 19:19:12 2012
@@ -151,7 +151,7 @@
 			<body>								
 				<AssertStyleValue target="myPanel3" styleName="layoutDirection" value="rtl"/>								
 				<CompareBitmap target="myPanel3" url="../Styles/baselines/" numColorVariances="8" ignoreMaxColorVariance="true">
-				     <ConditionalValue os="mac" />
+					<ConditionalValue os="mac"/>
 				</CompareBitmap>
 			</body>		
 		</TestCase>	
@@ -166,7 +166,7 @@
 				<SetStyle target="myPanel3" styleName="layoutDirection" value="ltr" waitEvent="updateComplete"/>				
 				<AssertStyleValue target="myPanel3" styleName="layoutDirection" value="ltr"/>
 				<CompareBitmap target="myPanel3" url="../Styles/baselines/" numColorVariances="8" ignoreMaxColorVariance="true">
-				    <ConditionalValue os="mac" />
+					<ConditionalValue os="mac"/>
 				</CompareBitmap>
 			</body>		
 		</TestCase>	

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer1.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer1_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer1_2.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer2.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer2_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer2_1.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/NumericStepper/styles/baselines/NumericStepper_Styles_Mirroring_parentContainer3.png?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/RadioButton/Integration/RadioButton_Integration_spark.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/RadioButton/Integration/RadioButton_Integration_spark.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/RadioButton/Integration/RadioButton_Integration_spark.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/RadioButton/Integration/RadioButton_Integration_spark.mxml Tue Oct  2 19:19:12 2012
@@ -61,7 +61,7 @@
 		<body>
 			<DispatchKeyEvent keys="[TAB, TAB, RIGHT, RIGHT, RIGHT ]" waitEvent="focusIn" waitTarget="tn.rb7"/>
 			<AssertPropertyValue target="tn.rb7" propertyName="selected" value="true" />
-			<CompareBitmap target="tn.int2" url="../Integration/baselines/layout_integration_spark.png" timeout="5000" />  
+			<CompareBitmap target="tn.int2" url="../Integration/baselines/layout_integration_spark.png" timeout="5000" numColorVariances="1"/>  
 		</body>
 	</TestCase>	
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/TileList/Styles/mxTileListStylesMirroring.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/TileList/Styles/mxTileListStylesMirroring.mxml?rev=1393118&r1=1393117&r2=1393118&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/TileList/Styles/mxTileListStylesMirroring.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/TileList/Styles/mxTileListStylesMirroring.mxml Tue Oct  2 19:19:12 2012
@@ -339,7 +339,7 @@
 				<Pause timeout="20"/>
 				<DispatchMouseEvent  target="list_m2"  type="mouseMove" buttonDown="true"  localX="80" localY="60" />
 				<Pause timeout="100"/>
-				<CompareBitmap target="list_m2" url="../Styles/Baselines/$testID.png" numColorVariances="10" ignoreMaxColorVariance="true"/>
+				<CompareBitmap target="list_m2" url="../Styles/Baselines/$testID.png" numColorVariances="20" ignoreMaxColorVariance="true"/>
 			</body>
 		</TestCase>
     </testCases>