You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2009/05/18 18:18:45 UTC

[jira] Commented: (CLK-550) MockContext.initContext() should default to Locale.ENGLISH

    [ https://issues.apache.org/jira/browse/CLK-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710396#action_12710396 ] 

Bob Schellink commented on CLK-550:
-----------------------------------

MockContext uses the default Locale which is correct. The problem seems rather that the tests should explicitly specify the English Locale.

Do you have a list of failed tests so I can fix them? Otherwise I'll just go through all of them change to initContext(Locale.ENGLISH).


> MockContext.initContext() should default to Locale.ENGLISH
> ----------------------------------------------------------
>
>                 Key: CLK-550
>                 URL: https://issues.apache.org/jira/browse/CLK-550
>             Project: Click
>          Issue Type: Bug
>            Reporter: Adrian A.
>
> MockContext.initContext() should default to Locale.ENGLISH.
> This because asserts in the actual Click Unit tests expect English messages, but when Click tests are run on systems with other default language they fail.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.