You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2006/11/11 22:06:38 UTC

[jira] Resolved: (HARMONY-333) AttributedCharacterIterator taken from DecimalFormat failed to retreive attributes.

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

Nathan Beyer resolved HARMONY-333.
----------------------------------

    Resolution: Fixed

I added a regression test to DecimalFormatTest, based on the original issue, which seems to be resolved now. Can someone please verify that this is working for them as well? Thanks.

> AttributedCharacterIterator taken from DecimalFormat failed to retreive attributes.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-333
>                 URL: http://issues.apache.org/jira/browse/HARMONY-333
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: J9 + Harmony classlib
>            Reporter: Anton Avtamonov
>         Assigned To: Nathan Beyer
>
> See test case below to understand the problem:
>     public void testAttributedCharacterIterator() throws Exception { 
>         AttributedCharacterIterator iterator = new DecimalFormat().formatToCharacterIterator(new Integer(1)); 
>         assertFalse("attributes should exist", iterator.getAttributes().isEmpty()); 
>     } 

-- 
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