gentaro oka created WINK-368: -------------------------------- Summary: RssFeedToSyndFeedTest fails in japanese environment Key: WINK-368 URL: https://issues.apache.org/jira/browse/WINK-368 Project: Wink Issue Type: Bug Components: Testsuite Affects Versions: 1.3 Environment: Japanese locale environment Reporter: gentaro oka Fix For: 1.3
org.apache.wink.common.model.rss.RssFeedToSyndFeedTest fails in japanese environment. When parsing date in xml and the default Locale is JAPANESE, DateFormat fails to parse "Tue, 10 Jun 2003 09:41:01 GMT". java.text.ParseException: Unparseable date: "Tue, 10 Jun 2003 09:41:01 GMT" at java.text.DateFormat.parse(DateFormat.java:337) at org.apache.wink.common.model.rss.RssChannel.convertRssDateToJavaDate(RssChannel.java:814) at org.apache.wink.common.model.rss.RssChannel.toSynd(RssChannel.java:389) at org.apache.wink.common.model.rss.RssFeed.toSynd(RssFeed.java:118) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira