Edward,

I recall from an earlier email that you have a non UTF-8 locale:

Java version: 1.6.0_45, vendor: Sun Microsystems Inc.
Java home: /home/ejudge/Downloads/jdk1.6.0_45/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968

I think this is a synonym for ASCII.

The problematic test contains:
Shape expected = new TTFMarkFactory().getShape(null, 
ff.literal("ttf://Serif#0xF054"), feature);

0xF054 is a Unicode code; I wonder if your locale could affect this?

What is the output of running "locale" of your system?

Kind regards,
Ben.

On 10/06/13 22:36, Edward Judge wrote:
> Tests in error:
>    testCreateDynamicMark(org.geotools.renderer.style.SLDStyleFactoryTest)

-- 
Ben Caradoc-Davies <ben.caradoc-dav...@csiro.au>
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to