We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1ae8a commit 7368486Copy full SHA for 7368486
core/src/test/java/org/mapfish/print/map/ScaleTest.java
@@ -71,7 +71,7 @@ public void geodeticCH2056XPositionDependence() {
71
final double geodeticScaleRef = scale.getGeodeticDenominator(CH2056, PDF_DPI, positionRef);
72
final double geodeticScaleLeft = scale.getGeodeticDenominator(CH2056, PDF_DPI, positionLeft);
73
74
- assertEquals(24996.77190700038, geodeticScaleRef, 0.00001);
75
- assertEquals(24996.76743516703, geodeticScaleLeft, 0.00001);
+ assertEquals(24996.77190700038, geodeticScaleRef, 0.0);
+ assertEquals(24996.76743516703, geodeticScaleLeft, 0.0);
76
}
77
0 commit comments