You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Zhang (JIRA)" <ji...@apache.org> on 2006/08/30 04:19:23 UTC

[jira] Updated: (HARMONY-1300) [classlib][logging] XMLFormatter.format returns a String contains "" while RI doesn't when log message and pattern is null.

     [ http://issues.apache.org/jira/browse/HARMONY-1300?page=all ]

Andrew Zhang updated HARMONY-1300:
----------------------------------

    Attachment: Harmony-1300.diff

Hi,

Would you please try my patch?

Thanks!

Best regards,
Andrew

> [classlib][logging] XMLFormatter.format returns a String contains "<message/>" while RI doesn't when log  message and pattern is null.
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1300
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1300
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: Harmony-1300.diff
>
>
> Following test reproduces the bug:
> 	public void test_format() {
> 		formatter = new XMLFormatter();
> 		LogRecord lr = new LogRecord(Level.SEVERE, null);
> 		String output = formatter.format(lr);
> 		assertFalse(output.indexOf("message") > 0);
> 	}
> The test passes against RI while fails against Harmony. 
> I'll upload a patch to fix this problem soon.
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira