You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2012/12/21 11:07:43 UTC

svn commit: r1424836 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties: TextInput_properties_tester.mxml baselines/Gumbo_TextInput_alpha_property_01.png

Author: fthomas
Date: Fri Dec 21 10:07:42 2012
New Revision: 1424836

URL: http://svn.apache.org/viewvc?rev=1424836&view=rev
Log:
FLEX-33323 Fix: gumbo/components/TextInput/Properties/TextInput_properties_tester Gumbo_TextInput_alpha_property_01 fail on FP11.2+

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/TextInput_properties_tester.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/baselines/Gumbo_TextInput_alpha_property_01.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/TextInput_properties_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/TextInput_properties_tester.mxml?rev=1424836&r1=1424835&r2=1424836&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/TextInput_properties_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/TextInput_properties_tester.mxml Fri Dec 21 10:07:42 2012
@@ -1020,7 +1020,7 @@
 
                 <ResetComponent target="textInput" className="spark.components.TextInput" waitEvent="updateComplete" waitTarget="textInput" />
 
-                <SetProperty target="textInput" propertyName="alpha" value="0.1" />
+                <SetProperty target="textInput" propertyName="alpha" value="0.1156" />
                 <SetProperty target="textInput" propertyName="height" value="21" waitEvent="updateComplete"/>
                 <SetProperty target="textInput" propertyName="text" value="The quick brown fox jumped over the lazy dog" waitEvent="updateComplete" waitTarget="textInput"/>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/baselines/Gumbo_TextInput_alpha_property_01.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Properties/baselines/Gumbo_TextInput_alpha_property_01.png?rev=1424836&r1=1424835&r2=1424836&view=diff
==============================================================================
Binary files - no diff available.