Reviewers: jgw, Description: Addresses same GWT issue as http://gwt-code-reviews.appspot.com/12803, but this time in trunk. The redundancies will be a little messy to merge (though the redundant lines are identical, so not too bad), but time pressures and all that...
http://code.google.com/p/google-web-toolkit/issues/detail?id=3464 Fixes problem where if you try to create a mock instance of DateBox (e.g. via easymock classextension), you fail with an NPE in LocaleInfo.ensureDateTimeConstants. Extends ClassInitTest to cover date classes. Please review this at http://gwt-code-reviews.appspot.com/12804 Affected files: user/src/com/google/gwt/i18n/client/DateTimeFormat.java user/src/com/google/gwt/user/datepicker/client/CalendarModel.java user/src/com/google/gwt/user/datepicker/client/DateBox.java user/test/com/google/gwt/user/ClassInitTest.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
