[ https://issues.apache.org/jira/browse/FLEX-33267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499528#comment-13499528 ]
Frédéric THOMAS edited comment on FLEX-33267 at 11/17/12 9:44 PM: ------------------------------------------------------------------ <TestCase frequency="all" testID="RTL_Compiler_LocaleParams_1_LocaleChain_AIR_Mac" description="Be sure that the locale chain was set correctly." keywords="[Localization,Compiler,locale]" > <body> <AssertMethodValue method="value=ResourceManager.getInstance().localeChain.toString()" value="en_US,fr_FR,ja_JP" /> <Pause timeout="1" /> </body> </TestCase> <TestCase frequency="all" testID="RTL_Compiler_LocaleParams_1_LocaleChain_NOT_AIR_Mac" description="Be sure that the locale chain was set correctly." keywords="[Localization,Compiler,locale]" > <body> <AssertMethodValue method="value=ResourceManager.getInstance().localeChain.toString()" value="{localizedLocalChain}" /> <Pause timeout="1" /> </body> </TestCase> The second one fails : [java] RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester RTL_Compiler_LocaleParams_1 _LocaleChain_NOT_AIR_Mac Failed AssertMethodValue (method cannot be shown)(body:step 1) method returned fr_FR,en_US,ja_ JP, expected en_US,fr_FR,ja_JP was (Author: doublefx): <TestCase frequency="all" testID="RTL_Compiler_LocaleParams_1_LocaleChain_AIR_Mac" description="Be sure that the locale chain was set correctly." keywords="[Localization,Compiler,locale]" > <body> <AssertMethodValue method="value=ResourceManager.getInstance().localeChain.toString()" value="{['en_US','fr_FR','ja_JP']}" /> <Pause timeout="1" /> </body> </TestCase> <TestCase frequency="all" testID="RTL_Compiler_LocaleParams_1_LocaleChain_NOT_AIR_Mac" description="Be sure that the locale chain was set correctly." keywords="[Localization,Compiler,locale]" > <body> <AssertMethodValue method="value=ResourceManager.getInstance().localeChain.toString()" value="{['en_US','fr_FR','ja_JP']}" /> <Pause timeout="1" /> </body> </TestCase> The second one fails : [java] RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester RTL_Compiler_LocaleParams_1 _LocaleChain_NOT_AIR_Mac Failed AssertMethodValue (method cannot be shown)(body:step 1) method returned fr_FR,en_US,ja_ JP, expected en_US,fr_FR,ja_JP > RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester > RTL_Compiler_LocaleParams_1_LocaleChain_NOT_AIR_Mac Fails > ------------------------------------------------------------------------------------------------------------------------------------------ > > Key: FLEX-33267 > URL: https://issues.apache.org/jira/browse/FLEX-33267 > Project: Apache Flex > Issue Type: Sub-task > Components: Mustella > Reporter: Frédéric THOMAS > Attachments: FLEX-33267.patch > > > RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester > RTL_Compiler_LocaleParams_1_LocaleChain_NOT_AIR_Mac Fails -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira