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/07 02:04:15 UTC

svn commit: r1381810 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration: ./ baselines/

Author: aharui
Date: Fri Sep  7 00:04:14 2012
New Revision: 1381810

URL: http://svn.apache.org/viewvc?rev=1381810&view=rev
Log:
Fix FCK tests

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_container_resizeContentHolder_larger.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_container_resizeContentHolder_smaller.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_expandingContainer_openState.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml?rev=1381810&r1=1381809&r2=1381810&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/FCK_Integration_main.mxml Fri Sep  7 00:04:14 2012
@@ -139,6 +139,7 @@ CAUTION: FCK Tests can be extremely frag
 			<RunCode code="application.expandingContainerGroup.expandingContainer.currentState = 'openState'" waitTarget="expandingContainerGroup" waitEvent="inOpenState" />
 			
 			<AssertMethodValue method="value=application.expandingContainerGroup.expandingContainer.currentState" value="openState" />
+			<WaitForEvent eventName="enterFrame" numExpectedEvents="2" />
 			<CompareBitmap url="../integration/baselines/FCK_integration_expandingContainer_openState.png" target="expandingContainerGroup" />
 	    </body>
 	</TestCase>	
@@ -330,6 +331,7 @@ CAUTION: FCK Tests can be extremely frag
 	    </setup>
 		<body>
 			<AssertMethodValue method="value=application.programmaticSizingGroup.resizeContentHolder(200, 200)" value="true" />
+			<WaitForLayoutManager />
 			<CompareBitmap url="../integration/baselines/FCK_integration_container_resizeContentHolder_larger.png" target="programmaticSizingGroup" />
 		</body>
 	</TestCase>
@@ -340,6 +342,7 @@ CAUTION: FCK Tests can be extremely frag
 	    </setup>
 		<body>
 			<AssertMethodValue method="value=application.programmaticSizingGroup.resizeContentHolder(100, 100)" value="true" />
+			<WaitForLayoutManager />
 			<CompareBitmap url="../integration/baselines/FCK_integration_container_resizeContentHolder_smaller.png" target="programmaticSizingGroup" />
 		</body>
 	</TestCase>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_container_resizeContentHolder_larger.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_container_resizeContentHolder_larger.png?rev=1381810&r1=1381809&r2=1381810&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_container_resizeContentHolder_smaller.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_container_resizeContentHolder_smaller.png?rev=1381810&r1=1381809&r2=1381810&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_expandingContainer_openState.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_expandingContainer_openState.png?rev=1381810&r1=1381809&r2=1381810&view=diff
==============================================================================
Binary files - no diff available.