Displ252Test failure for locale != Locale.ENGLISH
-------------------------------------------------

                 Key: DISPL-670
                 URL: https://jira.codehaus.org/browse/DISPL-670
             Project: DisplayTag
          Issue Type: Bug
          Components: Build/distribution
    Affects Versions: 1.3
            Reporter: Victor Homyakov
             Fix For: 1.3
         Attachments: Displ252Test.java

Unit test Displ252Test fails when default locale is other than Locale.ENGLISH.

Result of DateColumnDecorator (the actual value) is formatted using 
Locale.ENGLISH:
<code>FastDateFormat dateFormat = FastDateFormat.getInstance("EEEE", 
Locale.ENGLISH);</code>
but the expected value is formatted using default locale:
<code>new SimpleDateFormat("EEEE")</code>

Fix: use
<code>new SimpleDateFormat("EEEE", Locale.ENGLISH)</code>
in Displ252Test#doTest() (see attached fixed test file).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to