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

svn commit: r1381200 - in /incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring: ColorPicker_mirroring_tester.mxml baselines/labelField_input_test1.png baselines/labelField_input_test2.png

Author: pent
Date: Wed Sep  5 14:39:12 2012
New Revision: 1381200

URL: http://svn.apache.org/viewvc?rev=1381200&view=rev
Log:
Modified 2 test cases to wait for UI; regenerated 2 baseline images

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/ColorPicker_mirroring_tester.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/baselines/labelField_input_test1.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/baselines/labelField_input_test2.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/ColorPicker_mirroring_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/ColorPicker_mirroring_tester.mxml?rev=1381200&r1=1381199&r2=1381200&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/ColorPicker_mirroring_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/ColorPicker_mirroring_tester.mxml Wed Sep  5 14:39:12 2012
@@ -407,7 +407,7 @@
 	    <RunCode code="application.myColorPicker.open()" waitTarget="myColorPicker" waitEvent="open" />
 	    <WaitForEffectsToEnd />
 	    <RunCode code="application.myColorPicker.mx_internal::dropdown.mx_internal::textInput.text = '668912'" />
-	   
+	    <Pause timeout="200" />
 	    <RunCode code="application.getRidOfCursor(FlexGlobals.topLevelApplication.myColorPicker)" />
 	    
 	    <RunCode code="application.sp=application.myColorPicker.mx_internal::dropdown"/>
@@ -427,6 +427,7 @@
 	    <SetStyle target="myColorPicker" styleName="direction" value="ltr" waitEvent="updateComplete"/>
 	     
 	    <RunCode code="application.myColorPicker.mx_internal::dropdown.mx_internal::textInput.text = '668912'" />
+	    <Pause timeout="200" />
 	    <RunCode code="application.getRidOfCursor(FlexGlobals.topLevelApplication.myColorPicker)" />
 	    
 	    <RunCode code="application.sp=application.myColorPicker.mx_internal::dropdown"/>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/baselines/labelField_input_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/baselines/labelField_input_test1.png?rev=1381200&r1=1381199&r2=1381200&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/baselines/labelField_input_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/ColorPicker/mirroring/baselines/labelField_input_test2.png?rev=1381200&r1=1381199&r2=1381200&view=diff
==============================================================================
Binary files - no diff available.