Bug 49004 - TestLogMF.testDebugDate fails on gcj
Summary: TestLogMF.testDebugDate fails on gcj
Status: RESOLVED FIXED
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.2
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: log4j-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-27 05:34 UTC by Curt Arnold
Modified: 2010-03-27 05:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Curt Arnold 2010-03-27 05:34:44 UTC
The actual output of LogMF.debug() on gcj is consistent with other JVM's, but expected value generated by a call to MessageFormat.format() is inconsistent with other platforms.

The test was modified to compare the output of LogMF.debug() with the output of DateFormat on all JVM's and with the output of MessageFormat on all JVM's where the vendor name does not contain "Free".
Comment 1 Curt Arnold 2010-03-27 05:36:29 UTC
Committed rev 928149.