[dna-issues] [JBoss JIRA] Resolved: (DNA-206) AbstractI18nTest no longer catches problems after last changes to I18n
Johnny Verhaeg (JIRA)
jira-events at lists.jboss.org
Mon Aug 18 13:00:11 EDT 2008
[ https://jira.jboss.org/jira/browse/DNA-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Johnny Verhaeg resolved DNA-206.
--------------------------------
Resolution: Done
Changed AbstractI18nTest to have a single test that first analyzes i18n fields for problems, then checks for global problems, where field checking triggers lazy localization that may reveal global problems.
> AbstractI18nTest no longer catches problems after last changes to I18n
> ----------------------------------------------------------------------
>
> Key: DNA-206
> URL: https://jira.jboss.org/jira/browse/DNA-206
> Project: DNA
> Issue Type: Bug
> Components: Testing
> Affects Versions: 0.1
> Reporter: Johnny Verhaeg
> Assignee: Johnny Verhaeg
> Priority: Minor
> Fix For: 0.2
>
>
> After I18n was changed to separate its initialize method into two components, initialize(), which is done at construction, and localize(), which is done lazily upon usage of I18n fields, the test no longer catches problems. This is because of the lazy localization. Test needs to be changed to always perform the check of global problems after localization has been triggered by analyzing the fields.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list