Hi Christian,
Works for me. Thanks for the fix :).
-Justin
Christian Müller wrote:
> in
> CharsetConverterFactoryTest>>testStringToCharset is a line
>
> assertEquals( "UTF-8", charset.displayName() );
> This does not work on an ibm sdk because the method displayName gives a
> much longer desc
in
CharsetConverterFactoryTest>>testStringToCharset is a line
assertEquals( "UTF-8", charset.displayName() );
This does not work on an ibm sdk because the method displayName gives a much
longer description.
charset.name()
works on both sun and ibm sdk, is it ok to fix and commit ?