Re: [Geotools-devel] Quick Fix for CharsetConverterFactoryTest

2008-08-11 Thread Justin Deoliveira
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

[Geotools-devel] Quick Fix for CharsetConverterFactoryTest

2008-08-11 Thread Christian Müller
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 ?