Index: trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java	(revision 3483)
+++ trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java	(revision 3484)
@@ -83,5 +83,5 @@
 
         text += String.format("*** %s %s\n", p.toString(), p.toCode());
-        for (int num=0; num < 1; ++num) {
+        for (int num=0; num < 1000; ++num) {
 
             double lat = rand.nextDouble() * (b.getMax().lat() - b.getMin().lat()) + b.getMin().lat();
@@ -90,5 +90,5 @@
             LatLon ll = new LatLon(lat, lon);
 
-            for (int i=0; i<1; ++i) {
+            for (int i=0; i<10; ++i) {
                 EastNorth en = p.latlon2eastNorth(ll);
                 ll = p.eastNorth2latlon(en);
