Skip to content

Commit

Permalink
Uih, MacOs precision is worse
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19188 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Aug 12, 2024
1 parent f8f11c5 commit 4b639c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void testNonRegression() throws IOException {

double fact = 1200;
if(Utils.getSystemProperty("os.name").toLowerCase(Locale.ENGLISH).startsWith("mac os x"))

Check failure on line 157 in test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java

View workflow job for this annotation

GitHub Actions / Analyze

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

'if' is not followed by whitespace.

Check failure on line 157 in test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java

View workflow job for this annotation

GitHub Actions / Analyze

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

'if' is not followed by whitespace.
fact = 1700;
fact = 15000;
for (TestData data : allData) {
Projection proj = Projections.getProjectionByCode(data.code);
if (proj == null) {
Expand Down

0 comments on commit 4b639c9

Please sign in to comment.