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/09/05 08:44:33 UTC

svn commit: r1381025 [9/20] - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo: DeferredInstantiation/DfrdInst_Tests/ DeferredInstantiation/DfrdInst_Tests/Baselines/ FCK/integration/ FCK/integration/baselines/ FCK/states/baselines/ componen...

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_default.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_default.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_default.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_default.mxml Wed Sep  5 06:43:18 2012
@@ -69,9 +69,9 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
 			</setup>
 			<body>
-				<AssertPropertyValue target="defaultDG" propertyName="height" value="294"/>
-				<AssertPropertyValue target="defaultDG" propertyName="width" value="253"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.defaultDG.grid.getRowBounds(2).height" value="27"/>
+				<AssertPropertyValue target="defaultDG" propertyName="height" value="286"/>
+				<AssertPropertyValue target="defaultDG" propertyName="width" value="250"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.defaultDG.grid.getRowBounds(2).height" value="26"/>
 				<CompareBitmap target="defaultDG" url="../Properties/Baselines/$testID.png" numColorVariances="5" ignoreMaxColorVariance="true"/>
 			</body>
 		</TestCase>		
@@ -83,9 +83,9 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
 			</setup>
 			<body>
-				<AssertPropertyValue target="defaultDG" propertyName="height" value="294"/>
-				<AssertPropertyValue target="defaultDG" propertyName="width" value="253"/>				
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.defaultDG.grid.getRowBounds(2).height" value="27"/>
+				<AssertPropertyValue target="defaultDG" propertyName="height" value="286"/>
+				<AssertPropertyValue target="defaultDG" propertyName="width" value="250"/>				
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.defaultDG.grid.getRowBounds(2).height" value="26"/>
 			</body>
 		</TestCase>		
 	
@@ -134,9 +134,9 @@
 				<Pause timeout="2000"/>
 			</setup>
 			<body>
-				<AssertPropertyValue target="defaultDG_typItem" propertyName="height" value="294"/>
+				<AssertPropertyValue target="defaultDG_typItem" propertyName="height" value="286"/>
 				<AssertPropertyValue target="defaultDG_typItem" propertyName="width" value="273"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.defaultDG_typItem.grid.getRowBounds(2).height" value="27"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.defaultDG_typItem.grid.getRowBounds(2).height" value="26"/>
 				<CompareBitmap target="defaultDG_typItem" url="../Properties/Baselines/$testID.png" numColorVariances="20" ignoreMaxColorVariance="true"/>
 			</body>
 		</TestCase>		
@@ -148,9 +148,9 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
 			</setup>
 			<body>
-				<AssertPropertyValue target="defaultDG_typItem" propertyName="height" value="294"/>
+				<AssertPropertyValue target="defaultDG_typItem" propertyName="height" value="286"/>
 				<AssertPropertyValue target="defaultDG_typItem" propertyName="width" value="273"/>				
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.defaultDG_typItem.grid.getRowBounds(2).height" value="27"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.defaultDG_typItem.grid.getRowBounds(2).height" value="26"/>
 			</body>
 		</TestCase>		
 	
@@ -162,7 +162,7 @@
 			</setup>
 			<body>
 				<AssertPropertyValue target="defaultDG_typItem" propertyName="height" value="84"/>
-				<AssertPropertyValue target="defaultDG_typItem" propertyName="width" value="208"/>				
+				<AssertPropertyValue target="defaultDG_typItem" propertyName="width" value="211"/>				
 				<CompareBitmap target="defaultDG_typItem" url="../Properties/Baselines/$testID.png"/>
 			</body>
 		</TestCase>			

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_editable.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_editable.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_editable.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_editable.mxml Wed Sep  5 06:43:18 2012
@@ -1254,6 +1254,7 @@
 		  <DispatchMouseClickEvent target="dataGrid2.columnHeaderGroup" localX="100" localY="10" waitEvent="click" waitTarget="dataGrid2"/>
 		  <WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
 		  <AssertMethodValue method="value=FlexGlobals.topLevelApplication.dataGrid2.setSelectedCell(0,0)" value="true"/>
+			<WaitForLayoutManager />
 		  <CompareBitmap url="../Properties/baselines/$testID_sort_selection.png" numColorVariances="20" maxColorVariance="20" target="dataGrid2"/>
 	      </body>
 	   </TestCase>  

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_mirroring.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_mirroring.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_mirroring.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_mirroring.mxml Wed Sep  5 06:43:18 2012
@@ -59,23 +59,23 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>		
 			</setup>
 			<body>				
-				<AssertPropertyValue target="myComp_LTR.dataGrid1" propertyName="width" value="253"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
+				<AssertPropertyValue target="myComp_LTR.dataGrid1" propertyName="width" value="250"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(1).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(2).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(3).width" value="33"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(4).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(5).width" value="27"/>								
-				<DispatchMouseEvent type="rollOver" target="myComp_LTR.dataGrid1" localX="177" localY="10" waitEvent="rollOver" /> 
-				<DispatchMouseEvent type="mouseDown" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="177" localY="10" waitEvent="separatorMouseDown" /> 
-				<DispatchMouseEvent type="mouseMove" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="203" localY="10" waitEvent="separatorMouseDrag" /> 
-				<DispatchMouseEvent type="mouseUp" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="203" localY="10" waitEvent="separatorMouseUp" /> 
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(0).width" value="40"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(1).width" value="39"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(2).width" value="62"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(3).width" value="60"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(4).width" value="43"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(5).width" value="30"/>						
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(2).width" value="45"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(3).width" value="32"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(4).width" value="44"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(5).width" value="29"/>								
+				<DispatchMouseEvent type="rollOver" target="myComp_LTR.dataGrid1" localX="132" localY="10" waitEvent="rollOver" /> 
+				<DispatchMouseEvent type="mouseDown" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="132" localY="10" waitEvent="separatorMouseDown" /> 
+				<DispatchMouseEvent type="mouseMove" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="140" localY="10" waitEvent="separatorMouseDrag" /> 
+				<DispatchMouseEvent type="mouseUp" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="140" localY="10" waitEvent="separatorMouseUp" /> 
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(1).width" value="46"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(2).width" value="53"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(3).width" value="24"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(4).width" value="44"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(5).width" value="29"/>						
 			</body>
 		</TestCase>			
 		
@@ -88,23 +88,23 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>		
 			</setup>
 			<body>				
-				<AssertPropertyValue target="myComp_LTR.dataGrid1" propertyName="width" value="253"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
+				<AssertPropertyValue target="myComp_LTR.dataGrid1" propertyName="width" value="250"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(1).width" value="46"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(2).width" value="45"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(3).width" value="32"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(4).width" value="44"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(5).width" value="29"/>												
+				<DispatchMouseEvent type="rollOver" target="myComp_LTR.dataGrid1" localX="209" localY="10" waitEvent="rollOver" /> 
+				<DispatchMouseEvent type="mouseDown" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="209" localY="10" waitEvent="separatorMouseDown" /> 
+				<DispatchMouseEvent type="mouseMove" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="200" localY="10" waitEvent="separatorMouseDrag" /> 
+				<DispatchMouseEvent type="mouseUp" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="200" localY="10" waitEvent="separatorMouseUp" />
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(1).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(2).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(3).width" value="33"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(4).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(5).width" value="27"/>												
-				<DispatchMouseEvent type="rollOver" target="myComp_LTR.dataGrid1" localX="246" localY="10" waitEvent="rollOver" /> 
-				<DispatchMouseEvent type="mouseDown" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="246" localY="10" waitEvent="separatorMouseDown" /> 
-				<DispatchMouseEvent type="mouseMove" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="255" localY="10" waitEvent="separatorMouseDrag" /> 
-				<DispatchMouseEvent type="mouseUp" target="myComp_LTR.dataGrid1.columnHeaderGroup" localX="255" localY="10" waitEvent="separatorMouseUp" /> 
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(0).width" value="40"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(1).width" value="39"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(2).width" value="62"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(3).width" value="34"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(4).width" value="78"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(5).width" value="21"/>						
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(2).width" value="45"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(3).width" value="32"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(4).width" value="35"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp_LTR.dataGrid1.grid.getColumnBounds(5).width" value="38"/>						
 			</body>
 		</TestCase>			
 		

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_mxIRs.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_mxIRs.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_mxIRs.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_mxIRs.mxml Wed Sep  5 06:43:18 2012
@@ -116,7 +116,7 @@
 		<DispatchMouseClickEvent target="stage" localX="124" localY="137" waitEvent="click"/>
 		<WaitForEffectsToEnd />
 		<WaitForEvent numExpectedEvents="2" eventName="enterFrame" target="stage"/>
-		<AssertMethodValue method="value=FlexGlobals.topLevelApplication.dataGrid.dataProvider.getItemAt(3).firstName" value="MicFN"/>
+		<AssertMethodValue method="value=FlexGlobals.topLevelApplication.dataGrid.dataProvider.getItemAt(3).firstName" value="ProductD"/>
 		</body>
    </TestCase>
         

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_sortable.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_sortable.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_sortable.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_sortable.mxml Wed Sep  5 06:43:18 2012
@@ -309,7 +309,7 @@
 		 <AssertMethodValue method="value=FlexGlobals.topLevelApplication.dg1.selectionLength" value="9"/>
 		 <DispatchMouseClickEvent target="dg1.grid" localX="0" localY="5" />
 		 <WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="1"/>
-		 <DispatchMouseClickEvent target="dg1.grid" shiftKey="true" localX="110" localY="80" />
+		 <DispatchMouseClickEvent target="dg1.grid" shiftKey="true" localX="180" localY="50" />
 		 <WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="1"/>
 		 <AssertMethodValue method="value=FlexGlobals.topLevelApplication.dg1.selectionLength" value="6"/>
               	 <AssertMethodValue method="value=FlexGlobals.topLevelApplication.dg1.selectedCells.length" value="6" />
@@ -1085,7 +1085,7 @@
               	  
               	<!-- click on columnHeader column=firstName which is sortable -->
               	<RunCode code="FlexGlobals.topLevelApplication.dg2.setFocus()" waitEvent="focusIn" waitTarget="dg2"/>
-                 <DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="180" localY="10" waitEvent="click" waitTarget="dg2"/>
+                 <DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="188" localY="10" waitEvent="click" waitTarget="dg2"/>
   		<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
   		
  		<AssertMethodValue method="value=FlexGlobals.topLevelApplication.dg2.dataProvider.getItemAt(0).firstName" value="JamFN"/>
@@ -1093,14 +1093,14 @@
  		<RunCode code="((GridColumn)(FlexGlobals.topLevelApplication.dg2.columns.getItemAt(2))).sortable=false"  waitEvent="enterFrame" waitTarget="stage"/>
  		
  		<!-- sort on the column -->
-  	        <DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="180" localY="10" waitEvent="click" waitTarget="dg2"/>
+  	        <DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="188" localY="10" waitEvent="click" waitTarget="dg2"/>
   	        <WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
   	        <!-- verify sort is disabled, no data update -->
   	        <AssertMethodValue method="value=FlexGlobals.topLevelApplication.dg2.dataProvider.getItemAt(0).firstName" value="RicFN"/>
   	        
   	        <!-- enable the column sortable again -->
   	        <RunCode code="((GridColumn)(FlexGlobals.topLevelApplication.dg2.columns.getItemAt(2))).sortable=true"  waitEvent="enterFrame" waitTarget="stage"/>
- 		<DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="180" localY="10" waitEvent="click" waitTarget="dg2"/>
+ 		<DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="188" localY="10" waitEvent="click" waitTarget="dg2"/>
  		<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
  		<!-- verify sort is enabled,data is updated-->
  		<AssertMethodValue method="value=FlexGlobals.topLevelApplication.dg2.dataProvider.getItemAt(0).firstName" value="JamFN"/>
@@ -1108,7 +1108,7 @@
   	        <!-- disable sortable on DataGrid level -->
   	        <SetProperty target="dg2" propertyName="sortableColumns" value="false"  waitEvent="enterFrame" waitTarget="stage"/>
   	        
-  	        <DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="180" localY="10" waitEvent="click" waitTarget="dg2"/>
+  	        <DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="188" localY="10" waitEvent="click" waitTarget="dg2"/>
  		<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
   	        <!-- verify sort is disabled, no data update -->
  		<AssertMethodValue method="value=FlexGlobals.topLevelApplication.dg2.dataProvider.getItemAt(0).firstName" value="JamFN"/>
@@ -1116,7 +1116,7 @@
   	       <!-- verify sort is disabled, no data updated -->
  		<SetProperty target="dg2" propertyName="sortableColumns" value="true"  waitEvent="enterFrame" waitTarget="stage"/>
   	       
-  	        <DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="180" localY="10" waitEvent="click" waitTarget="dg2"/>
+  	        <DispatchMouseClickEvent target="dg2.columnHeaderGroup" localX="188" localY="10" waitEvent="click" waitTarget="dg2"/>
  		<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
   	        <!-- verify sort is enabled, data is updated -->
  		<AssertMethodValue method="value=FlexGlobals.topLevelApplication.dg2.dataProvider.getItemAt(0).firstName" value="RicFN"/>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_visible.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_visible.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_visible.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_visible.mxml Wed Sep  5 06:43:18 2012
@@ -56,13 +56,13 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>				
 			</setup>
 			<body>				
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>
 				<CompareBitmap target="myComp1.dataGrid1" url="../Properties/Baselines/$testID_1.png" numColorVariances="15" ignoreMaxColorVariance="true"/>
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>
 				<CompareBitmap target="myComp1.dataGrid1" url="../Properties/Baselines/$testID_2.png" numColorVariances="15" ignoreMaxColorVariance="true"/>
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
 			</body>
 		</TestCase>
 		
@@ -72,11 +72,11 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>				
 			</setup>
 			<body>				
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>
 				<SetProperty target="myComp1.c1_2" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>
 				<CompareBitmap target="myComp1.dataGrid1" url="../Properties/Baselines/$testID.png" numColorVariances="15" ignoreMaxColorVariance="true"/>
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
 			</body>
 		</TestCase>		
 
@@ -86,15 +86,15 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>				
 			</setup>
 			<body>				
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
 				<SetProperty target="myComp1.c1_1" propertyName="width" value="100" waitEvent="enterFrame" waitTarget="stage"/>
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="314"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="312"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="100"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="314"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="312"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="314"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="312"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="100"/>
 			</body>
 		</TestCase>	
@@ -105,14 +105,14 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>				
 			</setup>
 			<body>				
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>
 				<SetProperty target="myComp1.c1_1" propertyName="width" value="100" waitEvent="enterFrame" waitTarget="stage"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="0"/>								
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>								
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>								
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>						
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="314"/>				
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="312"/>				
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="100"/>				
 			</body>
 		</TestCase>	
@@ -125,28 +125,28 @@
 			</setup>
 			<body>				
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="350"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="56"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="55"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="63"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="63"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="50"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="63"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="39"/>				
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="62"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="49"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="61"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="44"/>				
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="350"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="0"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="74"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="74"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="61"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="74"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="51"/>								
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="73"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="60"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="72"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="55"/>								
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>				
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="350"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="56"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="55"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="63"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="63"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="50"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="63"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="39"/>					
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="62"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="49"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="61"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="44"/>					
 			</body>
 		</TestCase>	
 
@@ -156,31 +156,31 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>						
 			</setup>
 			<body>				
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="33"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="27"/>								
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="45"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="32"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="44"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="29"/>								
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>
 				<SetProperty target="myComp1.dataGrid1" propertyName="width" value="400" waitEvent="enterFrame" waitTarget="stage"/>				
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="400"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="0"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="84"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="84"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="71"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="84"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="61"/>												
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="83"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="70"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="82"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="65"/>												
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>
 				<SetProperty target="myComp1.dataGrid1" propertyName="width" value="400" waitEvent="enterFrame" waitTarget="stage"/>							
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="400"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="64"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="63"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="71"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="71"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="58"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="71"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="49"/>						
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="70"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="57"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="69"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="54"/>						
 			</body>
 		</TestCase>	
 	
@@ -190,32 +190,32 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>						
 			</setup>
 			<body>				
-				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="253"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
+				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="250"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="33"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="46"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="27"/>								
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="45"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="32"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="44"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="29"/>								
 				<SetProperty target="myComp1.c1_3" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>
 				<SetProperty target="myComp1.c1_5" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>				
 				<SetProperty target="myComp1.dataGrid1" propertyName="width" value="375" waitEvent="enterFrame" waitTarget="stage"/>				
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="375"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="93"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="92"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="100"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="0"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="87"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="86"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="0"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="79"/>																
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="81"/>																
 				<SetProperty target="myComp1.c1_3" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>
 				<SetProperty target="myComp1.c1_5" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>				
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="width" value="375"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="60"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="59"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(1).width" value="67"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="67"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="54"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="67"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="44"/>						
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(2).width" value="66"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(3).width" value="53"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(4).width" value="65"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(5).width" value="49"/>						
 			</body>
 		</TestCase>			
 
@@ -225,12 +225,12 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>				
 			</setup>
 			<body>			
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>				
 				<RunCode code="FlexGlobals.topLevelApplication.myComp1.dp1.getItemAt(0,0).country='USAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX'" waitEvent="enterFrame" waitTarget="stage"/>
 				<RunCode code="FlexGlobals.topLevelApplication.myComp1.dp1.refresh()" waitEvent="enterFrame" waitTarget="stage"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="290"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="257"/>
 				<CompareBitmap target="myComp1.dataGrid1" url="../Properties/Baselines/$testID.png" numColorVariances="15" ignoreMaxColorVariance="true"/>				
 			</body>
 		</TestCase>
@@ -243,18 +243,18 @@
 			</setup>
 			<body>	
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="variableRowHeight" value="true"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="45"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="43"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>			
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="0"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="27"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="43"/>
 				<RunCode code="FlexGlobals.topLevelApplication.myComp1.dp1.getItemAt(2,0).country='USAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX'" waitEvent="enterFrame" waitTarget="stage"/>								
 				<RunCode code="FlexGlobals.topLevelApplication.myComp1.dp1.refresh()" waitEvent="enterFrame" waitTarget="stage"/>
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="0"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="27"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="43"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>				
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="297"/>						
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="196"/>						
 			</body>
 		</TestCase>
 	
@@ -266,18 +266,18 @@
 			</setup>
 			<body>	
 				<AssertPropertyValue target="myComp1.dataGrid1" propertyName="variableRowHeight" value="true"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="45"/>								
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="43"/>								
 				<RunCode code="FlexGlobals.topLevelApplication.myComp1.dp1.getItemAt(2,0).country='USAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX'" waitEvent="enterFrame" waitTarget="stage"/>								
 				<RunCode code="FlexGlobals.topLevelApplication.myComp1.dp1.refresh()" waitEvent="enterFrame" waitTarget="stage"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="297"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="196"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>				
 				<RunCode code="FlexGlobals.topLevelApplication.myComp1.dp1.getItemAt(2,0).country='USA'" waitEvent="enterFrame" waitTarget="stage"/>								
 				<RunCode code="FlexGlobals.topLevelApplication.myComp1.dp1.refresh()" waitEvent="enterFrame" waitTarget="stage"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>				
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="39"/>
-				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="45"/>								
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getColumnBounds(0).width" value="38"/>
+				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.grid.getRowBounds(2).height" value="43"/>								
 			</body>
 		</TestCase>		
 
@@ -287,7 +287,7 @@
 				<WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>								
 			</setup>
 			<body>	
-				<DispatchMouseClickEvent target="myComp1.dataGrid1" localX="50" localY="50" waitEvent="click"/>
+				<DispatchMouseClickEvent target="myComp1.dataGrid1" localX="50" localY="51" waitEvent="click"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>				
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.selectionContainsIndex(1)" value="true"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>				
@@ -302,7 +302,7 @@
 				<SetProperty target="myComp1.dataGrid1" propertyName="selectionMode" value="singleCell" waitEvent="enterFrame" waitTarget="stage"/>
 			</setup>
 			<body>	
-				<DispatchMouseClickEvent target="myComp1.dataGrid1" localX="20" localY="50" waitEvent="click"/>				
+				<DispatchMouseClickEvent target="myComp1.dataGrid1" localX="20" localY="51" waitEvent="click"/>				
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="false" waitEvent="enterFrame" waitTarget="stage"/>								
 				<AssertMethodValue method="value=FlexGlobals.topLevelApplication.myComp1.dataGrid1.selectionContainsCell(1,0)" value="true"/>
 				<SetProperty target="myComp1.c1_1" propertyName="visible" value="true" waitEvent="enterFrame" waitTarget="stage"/>				

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_dataProvider_test001.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_dataProvider_test001.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_dataProvider_test001.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_dataProvider_test001.mxml Wed Sep  5 06:43:18 2012
@@ -148,6 +148,7 @@
                 <SetProperty target="dataGrid" propertyName="dataProvider" valueExpression="value=xmlListColl"/>
                 <SetProperty target="dataGrid" propertyName="columns" valueExpression="value=FlexGlobals.topLevelApplication.column5"/>
                 <SetProperty target="dataGrid" propertyName="selectionMode" valueExpression="value=GridSelectionMode.MULTIPLE_ROWS" />
+				<WaitForLayoutManager />
             </setup>
             <body>
             	 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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