﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10053	Failing projection unit tests	simon04	team	"1. To get around the failing `SwissGridTest.projReferenceTest` test, I'd suggest to duplicate the test into one with lower/higher epsilon (= deviation expectation), `@Ignore` the currently failing one and add a `//TODO` (see patch).

2. Concerning `ProjectionRefTest.test` (http://donvip.fr/jenkins/job/JOSM/lastCompletedBuild/testReport/org.openstreetmap.josm.data.projection/ProjectionRefTest/test/): I obtain only 3 errors (see below). Is the test run differently on the Jenkins server?
{{{
java.lang.AssertionError: Swiss Grid (Switzerland) (EPSG:21781): Inverse projecting eastnorth(608453.345582639,264441.147108637):
        expected: latlon(47.5306491920165,7.55087811333162),
        but got:  latlon(47.53064920249848,7.550878120683933)!
Swiss Grid (Switzerland) (EPSG:21781): Inverse projecting eastnorth(521159.089286527,222910.747645586):
        expected: latlon(47.1524544215622,6.399035479565),
        but got:  latlon(47.152454432179425,6.399035485766948)!
Swiss Grid (Switzerland) (EPSG:21781): Inverse projecting eastnorth(674324.501841715,181446.621066249):
        expected: latlon(46.7800480394318,8.41189565368906),
        but got:  latlon(46.78004804941435,8.411895662126815)!

	at org.openstreetmap.josm.data.projection.ProjectionRefTest.test(ProjectionRefTest.java:89)
}}}"	defect	closed	minor	14.05	Core		fixed	unit-test	bastiK Don-vip stoecker akks Balaitous
