History log of /openjdk9/jdk/test/java/util/logging/XMLFormatterDate.java
Revision Date Author Comments
# 15491:6f390eafc676 31-Aug-2016 shurailine

8164982: Fix legal notices in java/lang, java/net, java/util tests.
Reviewed-by: darcy, iris


# 14622:c2aa2a02616c 26-May-2016 dfuchs

8146389: java/util/logging/XMLFormatterDate.java fails during year switch
Summary: Updates the test to match the changes in the XML content that were brought by JDK-8072645.
Reviewed-by: joehw


# 8863:67d742c75971 19-Nov-2013 dfuchs

8028185: XMLFormatter.format emits incorrect year
Summary: Fixes a regression where the year in the date was increased by 1900.
Reviewed-by: alanb, mchung