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/09/24 22:27:46 UTC

svn commit: r1389559 - /incubator/flex/sdk/branches/develop/mustella/tests/containers/Grid/Styles/Grid_Styles_spark.mxml

Author: cframpton
Date: Mon Sep 24 20:27:45 2012
New Revision: 1389559

URL: http://svn.apache.org/viewvc?rev=1389559&view=rev
Log:
Add <WaitForLayoutManager/>

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/containers/Grid/Styles/Grid_Styles_spark.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/containers/Grid/Styles/Grid_Styles_spark.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/containers/Grid/Styles/Grid_Styles_spark.mxml?rev=1389559&r1=1389558&r2=1389559&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/containers/Grid/Styles/Grid_Styles_spark.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/containers/Grid/Styles/Grid_Styles_spark.mxml Mon Sep 24 20:27:45 2012
@@ -95,6 +95,7 @@
 				<ResetComponent target="myCustomGrid" className="CustomGrid2" waitEvent="updateComplete" waitTarget="myCustomGrid"/>
    				<SetProperty target="myCustomGrid.myGrid" propertyName="direction" value="horizontal" waitEvent="updateComplete" waitTarget="myCustomGrid.myGrid"/>
    				<SetStyle target="myCustomGrid.myGrid" styleName="horizontalGap"  value="80" waitEvent="updateComplete" waitTarget="myCustomGrid.myGrid"  />
+   				<WaitForLayoutManager/>
 			</setup>
 			<body>
  				<AssertStyleValue target="myCustomGrid.myGrid" styleName="horizontalGap" value="80"  />