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

svn commit: r1397197 - /incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml

Author: cframpton
Date: Thu Oct 11 17:56:14 2012
New Revision: 1397197

URL: http://svn.apache.org/viewvc?rev=1397197&view=rev
Log:
Test seems to sometimes CompareBitmap before rotation is done.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml?rev=1397197&r1=1397196&r2=1397197&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/FXG_GraphicGroup_PropertiesAS.mxml Thu Oct 11 17:56:14 2012
@@ -382,7 +382,7 @@ limitations under the License.
 			</setup>
 			<body>
 				<SetProperty value="20" propertyName="rotationY" target="graphic3.getChildAt(0).getElementAt(0).getElementAt(2)" />
-				<SetProperty value="20" propertyName="rotationX" target="graphic3.getChildAt(0).getElementAt(0).getElementAt(2)" />
+				<SetProperty value="20" propertyName="rotationX" target="graphic3.getChildAt(0).getElementAt(0).getElementAt(2)" waitEvent="updateComplete"/>
 				<WaitForLayoutManager/>
 				<CompareBitmap url="../Properties/baselines/" target="graphic3" numColorVariances="10" maxColorVariance="10">
 					<ConditionalValue os="win" />