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/12/21 19:05:22 UTC

svn commit: r1425063 [13/13] - in /incubator/flex/sdk/branches/develop: frameworks/ frameworks/projects/spark/ frameworks/projects/spark/src/ frameworks/projects/spark/src/spark/collections/ frameworks/projects/spark/src/spark/components/ frameworks/pr...

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=1425063&r1=1425062&r2=1425063&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=1425063&r1=1425062&r2=1425063&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=1425063&r1=1425062&r2=1425063&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=1425063&r1=1425062&r2=1425063&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Styles/DataGrid_Styles_basic.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Styles/DataGrid_Styles_basic.mxml?rev=1425063&r1=1425062&r2=1425063&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Styles/DataGrid_Styles_basic.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Styles/DataGrid_Styles_basic.mxml Fri Dec 21 18:05:20 2012
@@ -555,20 +555,19 @@
 	        description="Test symbolColor,selectionColor,rollOverColor seton renderer">
 	       	<setup>
 	 	    <ResetComponent target="dataGrid2" className="components.DataGrid_comp5" waitEvent="updateComplete" />
-	 	    <WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
-	 	    <SetProperty target="dataGrid2" propertyName="height" value="150" waitEvent="updateComplete"/>	
-	 	    <SetProperty target="dataGrid2" propertyName="dataProvider" valueExpression="value=FlexGlobals.topLevelApplication.dataGrid2.getPartialDataGridData2(6)" waitEvent="updateComplete"/>								
-		    <WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>	
+	 	    <SetProperty target="dataGrid2" propertyName="height" value="150" />	
+	 	    <SetProperty target="dataGrid2" propertyName="dataProvider" valueExpression="value=FlexGlobals.topLevelApplication.dataGrid2.getPartialDataGridData2(6)" />								
 		    <SetStyle target="dataGrid2" styleName="styleName" value="style5" waitEvent="updateComplete" waitTarget="dataGrid2" />
+		    <WaitForLayoutManager/>
 	  	</setup>
 		<body>		
 		    <RunCode code="FlexGlobals.topLevelApplication.dataGrid2.setFocus()" waitEvent="focusIn" waitTarget="dataGrid2"/>
 		    <RunCode code="GridColumn(FlexGlobals.topLevelApplication.dataGrid2.columns.getItemAt(1)).itemRenderer=new ClassFactory(dgIR1WithStyle);"/>
-		    <WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
+		    <WaitForLayoutManager/>
 		    <!-- symbol color should be red, not black -->
 		    <CompareBitmap url="../Styles/baselines/$testID.png" numColorVariances="20" maxColorVariance="20" target="dataGrid2"/>
 		    <AssertMethodValue method="value=FlexGlobals.topLevelApplication.dataGrid2.setSelectedCell(2,1)" value="true" />
-		     <WaitForEvent target="stage" eventName="enterFrame" numExpectedEvents="2"/>
+		    <WaitForLayoutManager/>
 		     <!-- selection, rollOver is at DataGrid -->
 		    <CompareBitmap url="../Styles/baselines/$testID_selection.png" numColorVariances="20" maxColorVariance="20" target="dataGrid2"/>
 		</body>
@@ -611,4 +610,4 @@
 	    	      </body>
 	   </TestCase> 
     </testCases>
-</UnitTester>
\ No newline at end of file
+</UnitTester>