Changeset 19186 in josm for trunk/test/unit
- Timestamp:
- 2024-08-12T20:28:16+02:00 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java
r19185 r19186 154 154 } 155 155 156 double fact = 12 ;156 double fact = 1200; 157 157 if(Utils.getSystemProperty("os.name").toLowerCase(Locale.ENGLISH).startsWith("mac os x")) 158 158 fact = 1700;
Note:
See TracChangeset
for help on using the changeset viewer.