You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2012/12/07 21:09:31 UTC

svn commit: r1418458 - in /incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties: ActionBar_ViewNavigator_Properties.mxml baselines/ActionBar_ViewNavigator_navigationLayout_verticalLayout@android_240ppi.png

Author: pent
Date: Fri Dec  7 20:09:30 2012
New Revision: 1418458

URL: http://svn.apache.org/viewvc?rev=1418458&view=rev
Log:
More test tuning.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties/ActionBar_ViewNavigator_Properties.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties/baselines/ActionBar_ViewNavigator_navigationLayout_verticalLayout@android_240ppi.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties/ActionBar_ViewNavigator_Properties.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties/ActionBar_ViewNavigator_Properties.mxml?rev=1418458&r1=1418457&r2=1418458&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties/ActionBar_ViewNavigator_Properties.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties/ActionBar_ViewNavigator_Properties.mxml Fri Dec  7 20:09:30 2012
@@ -156,14 +156,14 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar" />
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=oneEArray" waitEvent="updateComplete" />
 				<SetProperty target="navigator.actionBar" propertyName="height" value="50" waitEvent="updateComplete"/>
 				
 			</setup>
 			<body>
 				<AssertPropertyValue target="navigator.actionBar" propertyName="height" value="50"/>
-				<WaitForLayoutManager />
+				<Pause timeout="300" />
 				<CompareBitmap url="../properties/baselines" target="navigator.actionBar">
 					<ConditionalValue deviceDensity="160" os="win"/>
 					<ConditionalValue deviceDensity="240" os="android"/>
@@ -180,9 +180,9 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="height" value="67" waitEvent="updateComplete"/>
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="height" value="67" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<AssertPropertyValue target="navigator.actionBar" propertyName="height" value="67" />
@@ -212,10 +212,10 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleLayout" valueExpression="value=horizontal" waitEvent="updateComplete"/>
 				<SetProperty target="navigator.actionBar" propertyName="title" value="Title" waitEvent="updateComplete"/>
-				<WaitForLayoutManager />
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<AssertPropertyValue target="navigator.actionBar.titleLayout" propertyName="paddingLeft" value="0"/>
@@ -235,9 +235,9 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="title" value="éàç 1234567890 日本語" waitTarget="navigator.actionBar" waitEvent="updateComplete"/> 
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="title" value="éàç 1234567890 日本語" waitTarget="navigator.actionBar" waitEvent="updateComplete"/> 
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<AssertPropertyValue target="navigator.actionBar" propertyName="title" value="éàç 1234567890 日本語"/>
@@ -255,10 +255,10 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>		
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="title" value="" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="title" value="" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<AssertPropertyValue target="navigator.actionBar" propertyName="title" value=""/>
@@ -276,10 +276,10 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>			
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="title" value="c" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="title" value="c" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<AssertPropertyValue target="navigator.actionBar" propertyName="title" value="c"/>
@@ -298,10 +298,10 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="title" value="thisisaverylongtitlestringbecareful" waitEvent="updateComplete"/>
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="title" value="thisisaverylongtitlestringbecareful" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 				
 			</setup>
 			<body>
@@ -321,10 +321,10 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="title" value="{arr}" waitEvent="updateComplete"/>
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="title" value="{arr}" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 				
 			</setup>
 			<body>
@@ -344,9 +344,10 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>								
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />								
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.actionBar.title='xhellox'" waitTarget="navigator" waitEvent="updateComplete"/>
-				<WaitForLayoutManager />
+				<Pause timeout="300" />
 				
 			</setup>
 			<body>
@@ -390,10 +391,10 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="titleContent" value="[]" waitEvent="updateComplete"/>
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="titleContent" value="[]" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 				
 			</setup>
 			<body>
@@ -412,9 +413,9 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=emptyArray" waitEvent="updateComplete"/>
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=emptyArray" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 				
 			</setup>
 			<body>
@@ -432,10 +433,10 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=oneEArray" waitEvent="updateComplete"/>
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=oneEArray" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 				
 			</setup>
 			<body>
@@ -454,8 +455,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>			
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=twoEArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
 				
 			</setup>
@@ -477,11 +478,11 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>			
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=manyEArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
 			
-				<WaitForLayoutManager />
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<AssertPropertyValue target="navigator.actionBar.titleContent" propertyName="length" value="4" />
@@ -499,11 +500,11 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>				
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=imgArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
 				
-				<WaitForLayoutManager />
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<Pause timeout="300" />
@@ -524,8 +525,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
 				<SetProperty target="navigator.actionBar" propertyName="titleLayout" valueExpression="value=horizontal" waitEvent="updateComplete" />
 			
@@ -548,7 +549,7 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
 								<SetProperty target="navigator.actionBar" propertyName="titleLayout" valueExpression="value=vertical" waitEvent="updateComplete"/>
 								
@@ -568,8 +569,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
 							<SetProperty target="navigator.actionBar" propertyName="titleLayout" valueExpression="value=tile" waitEvent="updateComplete"/>
 							
@@ -590,7 +591,7 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
 							<SetProperty target="navigator.actionBar" propertyName="titleLayout" valueExpression="value=tile" waitEvent="updateComplete"/>
 						
@@ -612,7 +613,7 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-				<WaitForLayoutManager />			
+				<WaitForLayoutManager />
 			</setup>
 			<body>	
 				<AssertPropertyValue target="navigator.actionBar.titleLayout" propertyName="verticalAlign" value="middle" />
@@ -633,8 +634,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 			</setup>
 			<body>	
 				<Pause timeout="300" />
@@ -672,10 +673,11 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleLayout" valueExpression="value=horizontal" waitEvent="updateComplete"/>
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<AssertPropertyValue target="navigator.actionBar.titleLayout" propertyName="paddingLeft" value="0"/>
@@ -694,9 +696,9 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 			</setup>
 			<body>		
-				<WaitForLayoutManager />
 				<Pause timeout="300" />
 				<AssertPropertyValue target="navigator.actionBar.titleLayout" propertyName="gap" value="0"/>
 				<CompareBitmap url="../properties/baselines" target="navigator.actionBar">
@@ -718,7 +720,7 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" value="[]" waitEvent="updateComplete"/>
 				
 			</setup>
@@ -739,7 +741,7 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=emptyArray" waitEvent="updateComplete"/>
 			</setup>
 			<body>
@@ -758,7 +760,7 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=oneEArray" waitEvent="updateComplete"/>
 			</setup>
 			<body>
@@ -777,8 +779,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=twoEArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
 				
 			</setup>
@@ -800,8 +802,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>			
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=manyEArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
 				
 			</setup>
@@ -821,8 +823,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=imgArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
 				
 			</setup>
@@ -843,8 +845,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=twoEArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
 			</setup>
 			<body>
@@ -862,8 +864,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>									
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 			</setup>
 			<body>									
 				<Pause timeout="300" />
@@ -886,8 +888,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
 				<SetProperty target="navigator.actionBar" propertyName="actionLayout" valueExpression="value=vertical" waitEvent="updateComplete"/>
 				
@@ -907,8 +909,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=manyEArray" waitEvent="updateComplete" />
 				<SetProperty target="navigator.actionBar" propertyName="actionLayout" valueExpression="value=tile" waitEvent="updateComplete"/>
 				
@@ -929,8 +931,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>		
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="actionContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
 				<SetProperty target="navigator.actionBar" propertyName="actionLayout" valueExpression="value=basic" />
 				<Pause timeout="300" />
@@ -952,7 +954,7 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=oneEArray" waitEvent="updateComplete"/>
 				
 				
@@ -973,8 +975,8 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="titleContent" valueExpression="value=oneEArray" waitEvent="updateComplete"/>
 				<SetProperty target="navigator.actionBar" propertyName="visible" value="false"/>
 				<Pause timeout="300" />
@@ -997,8 +999,8 @@
 				<setup>
 					<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 					<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-					<Pause timeout="300" />
+					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 					<SetProperty target="navigator.actionBar" propertyName="navigationContent" value="[]"/>
 					<Pause timeout="300" />
 				</setup>
@@ -1017,8 +1019,8 @@
 				<setup>
 					<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 					<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-					<Pause timeout="300" />
+					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 					<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=emptyArray"/>
 					<Pause timeout="300" />
 				</setup>
@@ -1038,7 +1040,7 @@
 					<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 					<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-					<Pause timeout="300" />
+				<WaitForLayoutManager />
 					<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=oneEArray" waitTarget="navigator.actionBar"/>
 					<Pause timeout="300" />
 				</setup>
@@ -1058,10 +1060,10 @@
 				<setup>
 					<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 					<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-					<Pause timeout="300" />
+					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 					<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=twoEArray" waitTarget="navigator.actionBar"/>
-					<WaitForLayoutManager />
+					<Pause timeout="300" />
 				</setup>
 				<body>
 					<AssertPropertyValue target="navigator.actionBar.navigationContent" propertyName="length" value="2" />
@@ -1082,9 +1084,9 @@
 					<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 					<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-					<Pause timeout="300" />
+				<WaitForLayoutManager />
 					<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=manyEArray" waitTarget="navigator.actionBar"/>
-					<WaitForLayoutManager />
+					<Pause timeout="300" />
 				</setup>
 				<body>
 					<AssertPropertyValue target="navigator.actionBar.navigationContent" propertyName="length" value="4" />
@@ -1102,10 +1104,10 @@
 				<setup>
 					<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 					<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-					<Pause timeout="300" />
+					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
+				<WaitForLayoutManager />
 					<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=imgArray" waitTarget="navigator.actionBar"/>
-					<WaitForLayoutManager />
+					<Pause timeout="300" />
 				</setup>
 				<body>
 					<AssertPropertyValue target="navigator.actionBar.navigationContent" propertyName="length" value="2" />
@@ -1124,9 +1126,9 @@
 					<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 					<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-					<Pause timeout="300" />
+				<WaitForLayoutManager />
 					<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=mobileArray" waitTarget="navigator.actionBar" waitEvent="updateComplete" />
-					<WaitForLayoutManager />
+					<Pause timeout="300" />
 				</setup>
 				<body>
 					<AssertPropertyValue target="navigator.actionBar.navigationContent" propertyName="length" value="1" />
@@ -1145,9 +1147,9 @@
 					<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 					<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 					<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
-					<Pause timeout="300" />
+				<WaitForLayoutManager />
 					<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=graphArray" waitTarget="navigator.actionBar"/>
-					<WaitForLayoutManager />
+					<Pause timeout="300" />
 				</setup>
 				<body>
 					<AssertPropertyValue target="navigator.actionBar.navigationContent" propertyName="length" value="2" />
@@ -1166,10 +1168,10 @@
 			<setup>
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
-				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
-				<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=twoEArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
+				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
 				<WaitForLayoutManager />
+				<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=twoEArray" waitTarget="navigator.actionBar" waitEvent="updateComplete"/>
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<CompareBitmap url="../properties/baselines" target="navigator.actionBar">
@@ -1211,7 +1213,7 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
 				<SetProperty target="navigator.actionBar" propertyName="navigationLayout" valueExpression="value=vertical" />
 				<Pause timeout="300" />
@@ -1232,10 +1234,10 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
-				<Pause timeout="300" />
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=manyEArray" waitEvent="updateComplete" />
 				<SetProperty target="navigator.actionBar" propertyName="navigationLayout" valueExpression="value=tile" />
-				<WaitForLayoutManager />
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<CompareBitmap url="../properties/baselines" target="navigator.actionBar">
@@ -1253,9 +1255,10 @@
 				<RunCode code="FlexGlobals.topLevelApplication.doPopAll()" waitTarget="navigator" waitEvent="updateComplete"/>
 				<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.ActionBarView1)" waitTarget="navigator" waitEvent="updateComplete" />
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>	
+				<WaitForLayoutManager />
 				<SetProperty target="navigator.actionBar" propertyName="navigationContent" valueExpression="value=twoEArray" waitEvent="updateComplete" />
 				<SetProperty target="navigator.actionBar" propertyName="navigationLayout" valueExpression="value=basic" />
-				<WaitForLayoutManager />
+				<Pause timeout="300" />
 			</setup>
 			<body>
 				<CompareBitmap url="../properties/baselines" target="navigator.actionBar">

Modified: incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties/baselines/ActionBar_ViewNavigator_navigationLayout_verticalLayout@android_240ppi.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/properties/baselines/ActionBar_ViewNavigator_navigationLayout_verticalLayout%40android_240ppi.png?rev=1418458&r1=1418457&r2=1418458&view=diff
==============================================================================
Binary files - no diff available.