Details
Description
Testcase: testGMLDataSource took 0.075 sec
FAILED
expected:<... infact so much that it goes over...> but was:<...
infact so much that it goes over
...>
junit.framework.ComparisonFailure: expected:<... infact so much that it goes over...> but was:<...
infact so much that it goes over
...>
at org.geotools.gml.GmlTest.testGMLDataSource(GmlTest.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Appears to be the characters method is not logging whitespace correctly. Sax uses different buffering algorithms based on memory size / load ... so think I might have found another instance of this. Chris Holmes said he's fixed it once already, so assigning it to him.