Index: trunk/test/unit/org/openstreetmap/josm/tools/GeometryTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/tools/GeometryTest.java	(revision 9950)
+++ trunk/test/unit/org/openstreetmap/josm/tools/GeometryTest.java	(revision 9951)
@@ -71,5 +71,5 @@
             DataSet ds = OsmReader.parseDataSet(in, null);
             Way closedWay = (Way) Utils.filter(ds.allPrimitives(), SearchCompiler.compile("landuse=forest")).iterator().next();
-            Assert.assertEquals(5721923.660644531, Geometry.closedWayArea(closedWay), 1e-3);
+            Assert.assertEquals(5760015.7353515625, Geometry.closedWayArea(closedWay), 1e-3);
         }
     }
