On Sat, Apr 5, 2014 at 2:54 PM, Jody Garnett <[email protected]> wrote:

> Last meeting I took on the task of writing a Java 7 proposal for GeoTools.
> In preparation for that I figured I would try switching over to Oracle JDK
> 7 and giving it a go.
>
> I have a couple rendering failures:
>
> 1) A failure in LabelObstacleTest
>
> The code is:
>
>         // we should have intersections, thus min should be 1
>         double[] minimum = (double[]) extrema.getProperty("minimum");
>         assertEquals(0.0, minimum[0], 0.0);
>
> The test results in 1 (which is what the comment expects), but the code is
> checking for 0.0 and failing.
>

Hi Jody,
I've just tried with btw Oracle JDK and OpenJDK 7 (1.7.0_51), on Linux 64
bits,
the test passes with both.
Another OSX specific thing?

Cheers
Andrea

-- 
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to