Skip to content

Commit

Permalink
[GEOT-5829] Font antialiasing differences cause gt-mbstyle VisualTran…
Browse files Browse the repository at this point in the history
…sformerTest failures on OpenJDK
  • Loading branch information
bencaradocdavies committed Sep 20, 2017
1 parent 825839e commit b493d3b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -684,7 +684,7 @@ public void testVisualizeStyleWithPointFeatures(JSONObject jsonStyle, String ren
renderer.setJava2DHints(new RenderingHints(KEY_ANTIALIASING, VALUE_ANTIALIAS_ON));
BufferedImage image = MapboxTestUtils.showRender(renderTitle, renderer, DISPLAY_TIME,
new ReferencedEnvelope[] { bounds }, null, width, height);
ImageAssert.assertEquals(file(renderComparisonFileName), image, 50);
ImageAssert.assertEquals(file(renderComparisonFileName), image, 900);
mc.dispose();
}

Expand All @@ -710,7 +710,7 @@ public void testVisualizeStyleWithLineFeatures(JSONObject jsonStyle, String rend
renderer.setJava2DHints(new RenderingHints(KEY_ANTIALIASING, VALUE_ANTIALIAS_ON));
BufferedImage image = MapboxTestUtils.showRender(renderTitle, renderer, DISPLAY_TIME,
new ReferencedEnvelope[] { bounds }, null);
ImageAssert.assertEquals(file(renderComparisonFileName), image, 50);
ImageAssert.assertEquals(file(renderComparisonFileName), image, 900);
mc.dispose();
}

Expand Down

0 comments on commit b493d3b

Please sign in to comment.