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/05 08:44:33 UTC

svn commit: r1381025 [2/20] - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo: DeferredInstantiation/DfrdInst_Tests/ DeferredInstantiation/DfrdInst_Tests/Baselines/ FCK/integration/ FCK/integration/baselines/ FCK/states/baselines/ componen...

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_CP_None_IC_1_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_CP_None_IC_1_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_CP_None_nestedIC_1_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_CP_None_nestedIC_1_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_Nested_IC_1_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_Nested_IC_1_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_Nested_IC_1_3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_Nested_IC_1_3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_Nested_IC_2_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_Nested_IC_2_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_default_IC_1_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_default_IC_1_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_default_nestedIC_1_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/Baselines/DfrdInst_default_nestedIC_1_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/DfrdInst_IC_Nested_tests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/DfrdInst_IC_Nested_tests.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/DfrdInst_IC_Nested_tests.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/DeferredInstantiation/DfrdInst_Tests/DfrdInst_IC_Nested_tests.mxml Wed Sep  5 06:43:18 2012
@@ -25,7 +25,8 @@
             <body>                                                
                 <CompareBitmap target="myNestedICNone1" url="../DfrdInst_Tests/Baselines/$testID_1.png"/>
                 <RunCode code="application.myNestedICNone1.createDeferredContent();" waitTarget="myNestedICNone1" waitEvent="contentCreationComplete" />
-                <CompareBitmap target="myNestedICNone1" url="../DfrdInst_Tests/Baselines/$testID_2.png"/>
+				<WaitForLayoutManager />
+				<CompareBitmap target="myNestedICNone1" url="../DfrdInst_Tests/Baselines/$testID_2.png"/>
                 <RunCode code="application.myNestedICNone1.myNestedIC2.createDeferredContent();" waitTarget="myNestedICNone1.myNestedIC2" waitEvent="contentCreationComplete" />             
                 <CompareBitmap target="myNestedICNone1" url="../DfrdInst_Tests/Baselines/$testID_3.png"/>
             </body>

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=1381025&r1=1381024&r2=1381025&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 Wed Sep  5 06:43:18 2012
@@ -508,6 +508,7 @@ CAUTION: FCK Tests can be extremely frag
 			<DispatchMouseEvent target="customSkinGroup" localX="100" localY="70" type="rollOver" />	
 			<DispatchMouseEvent target="customSkinGroup" localX="100" localY="70" type="mouseOver" />
 			<DispatchMouseEvent target="customSkinGroup" localX="100" localY="70" type="mouseDown" />
+			<Pause timeout="1000" />
 			<CompareBitmap url="../integration/baselines/FCK_integration_skin_down.png" target="customSkinGroup" numColorVariances="5" ignoreMaxColorVariance="true"/>
 		</body>
 	</TestCase>
@@ -540,6 +541,7 @@ CAUTION: FCK Tests can be extremely frag
 	    </setup>
 		<body>
 			<RunCode code="application.itemRendererGroup.virtualDataGroup.verticalScrollPosition = 80000;" />
+			<Pause timeout="200" />
 			<CompareBitmap url="../integration/baselines/FCK_integration_itemRenderer_middle.png" target="itemRendererGroup" numColorVariances="5" ignoreMaxColorVariance="true"/>
 		</body>
 	</TestCase>	
@@ -550,6 +552,7 @@ CAUTION: FCK Tests can be extremely frag
 	    </setup>
 		<body>
 			<RunCode code="application.itemRendererGroup.virtualDataGroup.verticalScrollPosition = application.itemRendererGroup.virtualDataGroup.contentHeight;" />
+			<Pause timeout="200" />
 			<CompareBitmap url="../integration/baselines/FCK_integration_itemRenderer_end.png" target="itemRendererGroup" numColorVariances="5" ignoreMaxColorVariance="true"/>
 		</body>
 	</TestCase>	

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_expandingContainerAutoUpdate.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/FCK/integration/baselines/FCK_integration_expandingContainerAutoUpdate.png?rev=1381025&r1=1381024&r2=1381025&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=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration_controlBar.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration_controlBar.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration_controlBar.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration_controlBar.mxml Wed Sep  5 06:43:18 2012
@@ -377,7 +377,8 @@ Other:
                 <SetStyle styleName="chromeColor" valueExpression="value=0x0000FF" waitEvent="updateComplete" />
             </setup>
             <body>
-                <SetProperty propertyName="controlBarContent" valueExpression="value=application.contentArray3" />				
+                <SetProperty propertyName="controlBarContent" valueExpression="value=application.contentArray3" />	
+				<WaitForLayoutManager />
                 <CompareBitmap target="" url="../integration/baselines/$testID.png" numColorVariances="4" maxColorVariance="10" />
             </body>
         </TestCase> 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_alpha.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_alpha.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_baseColor.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_baseColor.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_customSkin.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_customSkin.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_customSkin_introduceControlBar.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_customSkin_introduceControlBar.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_disabled.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_disabled.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_disabled_change_content.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_disabled_change_content.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_disabled_change_layout.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_disabled_change_layout.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_enabled.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_enabled.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_focus_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_focus_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_focus_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_focus_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_add.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_add.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_add_element.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_add_element.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_hide.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_hide.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_increaseHeight.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_increaseHeight.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_remove.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_remove.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_remove_element.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_layout_remove_element.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_popup.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_popup.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_scrolling.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_scrolling.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_states_content.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_states_content.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_states_layout.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_states_layout.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_states_visible_false.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_states_visible_false.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_states_visible_true.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_states_visible_true.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_styles.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_styles.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_styles_controlBarGroup.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/baselines/Application_Integration_controlBar_styles_controlBarGroup.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_changeAtRuntime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_changeAtRuntime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_setAtRuntime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_setAtRuntime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_setToDouble.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_setToDouble.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_setToSingle.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_setToSingle.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_setViaMXML.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarContent_setViaMXML.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_basic.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_basic.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_horizontal.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_horizontal.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_modify_gap.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_modify_gap.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_modify_paddingTop.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_modify_paddingTop.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_tile.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_tile.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_vertical.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarLayout_vertical.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarVisible_layout_true.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_controlBarVisible_layout_true.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_haloLinkBar.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_haloLinkBar.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_skin_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/properties/baselines/Application_Properties_skin_test2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_DI_creationPolicyAuto.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_DI_creationPolicyAuto.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_DI_creationPolicyNone_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_DI_creationPolicyNone_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_borderStates_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_borderStates_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_borderStates_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_borderStates_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes1_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes1_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes1_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes1_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes3_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes3_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes3_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_changes3_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_styles_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_styles_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_styles_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_States_styles_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_backgroundFill_BF1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_backgroundFill_BF1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_backgroundFill_BF2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_backgroundFill_BF2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_backgroundFill_BF3_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_backgroundFill_BF3_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_backgroundFill_BF3_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_backgroundFill_BF3_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_borderStroke_RGS4_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_borderStroke_RGS4_1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_borderStroke_RGS4_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Baselines/Border_Properties_borderStroke_RGS4_2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Border_Properties_DI.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Border_Properties_DI.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Border_Properties_DI.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Border_Properties_DI.mxml Wed Sep  5 06:43:18 2012
@@ -58,7 +58,7 @@
 		</setup>
 		<body>			
 			<CompareBitmap target="myBorderDInone" url="../Properties/Baselines/$testID_1.png" numColorVariances="5" maxColorVariance="10"/>
-			<RunCode code="application.myBorderDInone.createDeferredContent();" waitEvent="contentCreationComplete" waitTarget="myBorderDInone"/>
+			<RunCode code="application.myBorderDInone.createDeferredContent();" waitEvent="updateComplete" waitTarget="myBorderDInone"/>
 			<CompareBitmap target="myBorderDInone" url="../Properties/Baselines/$testID_2.png" numColorVariances="5" maxColorVariance="10"/>
 		</body>
 	</TestCase>	  		

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Border_Properties_States.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Border_Properties_States.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Border_Properties_States.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Properties/Border_Properties_States.mxml Wed Sep  5 06:43:18 2012
@@ -207,6 +207,7 @@
 		<body>			
 			<CompareBitmap url="../Properties/Baselines/$testID_1.png" target="myBorderGrpState" numColorVariances="20" ignoreMaxColorVariance="true"/>
 			<SetProperty target="myBorderGrpState" propertyName="currentState" value="styleState2" waitEvent="currentStateChange"/>
+			<WaitForLayoutManager />
 			<CompareBitmap url="../Properties/Baselines/$testID_2.png" target="myBorderGrpState" numColorVariances="20" ignoreMaxColorVariance="true"/>
 		</body>
 	</TestCase>	

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage4.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_backgroundImage5.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML1.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML2.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML4.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML5.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML6.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML7.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_MXML7.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_backgroundImage6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_backgroundImage6.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_runTime.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_multiple_runTime.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_styleName.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Baselines/Border_Styles_styleName.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Border_Styles.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Border_Styles.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Border_Styles.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Border/Styles/Border_Styles.mxml Wed Sep  5 06:43:18 2012
@@ -399,6 +399,7 @@
 		<setup>
 			<ResetComponent target="myBorderGrpM2" className="comps.customBorderM2" waitEvent="updateComplete" />
 			<SetProperty target="myBorderGrpM1.myBorder.contentGroup" propertyName="clipAndEnableScrolling" value="true"/>
+			<WaitForLayoutManager />
 		</setup>
 		<body>
 			<CompareBitmap url="../Styles/Baselines/$testID.png" numColorVariances="5" maxColorVariance="10" target="myBorderGrpM2" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_default_btn5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_default_btn5.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_noIcon_btn6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_noIcon_btn6.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_state1_btn3.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_state1_btn3.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_state1_btn4.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_state1_btn4.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_state1_btn5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_state1_btn5.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_state1_btn6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/button_icon_integration_state1_btn6.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/label_default_states_FxButton.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/label_default_states_FxButton.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/label_noBtn_states_FxButton.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/label_noBtn_states_FxButton.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/label_state2_states_FxButton.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/integration/baselines/label_state2_states_FxButton.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/Flex4_Button_Properties_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/Flex4_Button_Properties_tester.mxml?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/Flex4_Button_Properties_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/Flex4_Button_Properties_tester.mxml Wed Sep  5 06:43:18 2012
@@ -162,6 +162,7 @@ import spark.components.Button;
                 <DispatchMouseEvent type="mouseDown" stageX="127" stageY="22" target=""/>
                 <DispatchMouseEvent type="mouseMove" stageX="127" stageY="21" target="" />
                 <DispatchMouseEvent type="mouseDown" stageX="127" stageY="21" target=""/>
+				<WaitForLayoutManager />
             </setup>
             <body>
                 <CompareBitmap url="../properties/baselines/$testID.png" target="myButton"/>
@@ -736,7 +737,7 @@ import spark.components.Button;
                 <SetProperty propertyName="label" value="The quick brown fox jumps" target="myButton" />
             </setup>
             <body>
-                <AssertPropertyValue propertyName="baselinePosition" value="14.55" target="myButton"/>
+                <AssertPropertyValue propertyName="baselinePosition" value="16" target="myButton"/>
             </body>
         </TestCase>
         <TestCase testID="baselinePosition_property_Button_prevalidation_noLabel" keywords="[Button, baselinePosition, property]" description="Get read only property baselinePosition of FxButton">
@@ -744,7 +745,7 @@ import spark.components.Button;
                 <ResetComponent target="myButton" className="spark.components.Button" />
             </setup>
             <body>
-                <AssertPropertyValue propertyName="baselinePosition" value="14.55" target="myButton"/>
+                <AssertPropertyValue propertyName="baselinePosition" value="16" target="myButton"/>
             </body>
         </TestCase>
         <TestCase testID="baselinePosition_property_Button_postvalidation" keywords="[Button, baselinePosition, property]" description="Get read only property baselinePosition of FxButton">
@@ -753,7 +754,7 @@ import spark.components.Button;
                 <SetProperty propertyName="label" value="The quick brown fox jumps" target="myButton" />
             </setup>
             <body>
-                <AssertPropertyValue propertyName="baselinePosition" value="14.55" target="myButton"/>
+                <AssertPropertyValue propertyName="baselinePosition" value="16" target="myButton"/>
             </body>
         </TestCase>
         

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_label_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_label_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_styleName_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_styleName_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_toolTip_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_toolTip_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_toolTip_truncated_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_toolTip_truncated_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_width_100_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_width_100_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_width_50_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_width_50_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_x_100_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_x_100_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_x_50_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_x_50_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_x_neg5point6_property_of_Button.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/properties/baselines/Checking_x_neg5point6_property_of_Button.png?rev=1381025&r1=1381024&r2=1381025&view=diff
==============================================================================
Binary files - no diff available.