Index: trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java	(revision 13617)
+++ trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java	(revision 13618)
@@ -248,5 +248,7 @@
             InputStream stderr = process.getErrorStream();
             try (BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(stdin, StandardCharsets.UTF_8))) {
-                String s = String.format("%.9f %.9f%n", ll.lon(), ll.lat());
+                String s = String.format("%s %s%n",
+                        LatLon.cDdHighPecisionFormatter.format(ll.lon()),
+                        LatLon.cDdHighPecisionFormatter.format(ll.lat()));
                 if (debug) {
                     System.out.println("\n" + String.join(" ", args) + "\n" + s);
