You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Frédéric THOMAS (JIRA)" <ji...@apache.org> on 2012/11/17 22:42:12 UTC

[jira] [Created] (FLEX-33267) RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester RTL_Compiler_LocaleParams_1_LocaleChain_NOT_AIR_Mac Fails

Frédéric THOMAS created FLEX-33267:
--------------------------------------

             Summary: 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
            Reporter: Frédéric THOMAS


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

[jira] [Updated] (FLEX-33267) RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester RTL_Compiler_LocaleParams_1_LocaleChain_NOT_AIR_Mac Fails

Posted by "Frédéric THOMAS (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLEX-33267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frédéric THOMAS updated FLEX-33267:
-----------------------------------

    Attachment: FLEX-33267.patch

Can you please review this patch ?
                
> 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

[jira] [Commented] (FLEX-33267) RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester RTL_Compiler_LocaleParams_1_LocaleChain_NOT_AIR_Mac Fails

Posted by "Frédéric THOMAS (JIRA)" <ji...@apache.org>.
    [ 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 commented on FLEX-33267:
----------------------------------------


        <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
>
> 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

[jira] [Comment Edited] (FLEX-33267) RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester RTL_Compiler_LocaleParams_1_LocaleChain_NOT_AIR_Mac Fails

Posted by "Frédéric THOMAS (JIRA)" <ji...@apache.org>.
    [ 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