Changeset 19477 in josm for trunk


Ignore:
Timestamp:
2026-01-21T10:34:29+01:00 (3 hours ago)
Author:
stoecker
Message:

increase pixel threshold for Java 25

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java

    r19223 r19477  
    124124                /* Tests node shapes with both fill and stroke combined */
    125125                new TestConfig("node-shapes-combined")
    126                         .setThresholdPixels(0).setThresholdTotalColorDiff(0),
     126                        .setThresholdPixels(1).setThresholdTotalColorDiff(0),
    127127                /* Another test for dashed ways */
    128128                new TestConfig("way-dashes2")
Note: See TracChangeset for help on using the changeset viewer.