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/12 18:09:12 UTC

svn commit: r1420836 - /incubator/flex/sdk/branches/develop/mustella/tests/spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester.mxml

Author: fthomas
Date: Wed Dec 12 17:09:08 2012
New Revision: 1420836

URL: http://svn.apache.org/viewvc?rev=1420836&view=rev
Log:
FLEX-33270 Fixed spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester CV_errorTip_custom_invalidFormatCharsError_invalid_script_buttonTrig_35 fails

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester.mxml?rev=1420836&r1=1420835&r2=1420836&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester.mxml Wed Dec 12 17:09:08 2012
@@ -874,7 +874,7 @@
 				  keywords="[CurrencyValidator, custom invalidFormatCharsError, trigger programmatically, ActionScript, invalid]">
             <setup>
                 <ResetComponent target="uiCustomComp" className="assets.CustomCompErrorMessageLocalized" waitEvent="updateComplete" waitTarget="uiCustomComp"/>
-                <SetStyle waitEvent="change" target="uiCustomComp.cvScript" styleName="locale" value="gv"/>
+                <SetStyle waitEvent="change" target="uiCustomComp.cvScript" styleName="locale" value="zh"/>
                 <SetProperty target="uiCustomComp.cvScript" propertyName="source" valueExpression="value=application.uiCustomComp.uiTI"/>
                 <SetProperty target="uiCustomComp.cvScript" propertyName="property" value="text"/>
                 <SetProperty target="uiCustomComp.cvScript" propertyName="trigger" valueExpression="value=application.uiCustomComp.uiBT"/>