[Geoserver-devel] CITE tests issue

I am trying to run the CITE tests and I seem to have exactly the same issue as described here with a lot of tests

http://jira.codehaus.org/browse/GEOS-3970

(was resolved)

Something with encoding? On Victor’s advise I added -Dfile.encoding=UTF-8 to VM, but didn’t help.

···


Niels Charlier

Software Engineer
CSIRO Earth Science and Resource Engineering
Phone: +61 8 6436 8914

Australian Resources Research Centre
26 Dick Perry Avenue, Kensington WA 6151

I am not sure exactly why it happens but when the directory is created via svn it gets encoded slightly differently and that appears to throw things off. Sorry I don’t have a better explanation… i did not spend much time looking into it.

However, if you copy or rename the directory under workspaces/sf/sf manually it should work ok:

mv EntitéGénérique tmp
mv tmp EntitéGénérique

That fixed it on the build server.

-Justin

On Thu, Oct 7, 2010 at 12:52 AM, Niels niels.charlier@anonymised.com wrote:

I am trying to run the CITE tests and I seem to have exactly the same issue as described here with a lot of tests

http://jira.codehaus.org/browse/GEOS-3970

(was resolved)

Something with encoding? On Victor’s advise I added -Dfile.encoding=UTF-8 to VM, but didn’t help.


Niels Charlier

Software Engineer
CSIRO Earth Science and Resource Engineering
Phone: +61 8 6436 8914

Australian Resources Research Centre
26 Dick Perry Avenue, Kensington WA 6151


Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb


Geotools-devel mailing list
Geotools-devel@anonymised.coms.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

I think it’s the character encoding of the terminal / ssh client when you do the checkout. Make sure it’s all UTF-8.

-Arne