OSDN Git Service

Fix problems with OldSimpleDateFormatTest.java.
authorJesse Wilson <jessewilson@google.com>
Wed, 29 Sep 2010 21:17:23 +0000 (14:17 -0700)
committerJesse Wilson <jessewilson@google.com>
Wed, 29 Sep 2010 22:10:19 +0000 (15:10 -0700)
commited4e806327360c50b232a6e0cd2201fce3fb0998
tree861ba8dd543a2d4a13628993000506eb143cd6c2
parent1f8243e3d2b5a3f8e0398c304d1dea0395cbc368
Fix problems with OldSimpleDateFormatTest.java.

This changes the single 'y' documentation to point out our behavior.
http://b/2788874

It also isolates two other failures for week-in-year and timezone
formatting.
http://b/1613709 Minimal days in first week is broken
http://b/3049014 Custom SimpleTimeZones not honored by SimpleDateFormat

Change-Id: Ic632bf70076fe0dfd376317379dc363269d5b2df
luni/src/main/java/java/text/SimpleDateFormat.java
luni/src/test/java/libcore/java/text/OldSimpleDateFormatTest.java