Ignore:
Timestamp:
2017-07-07T21:27:45+02:00 (7 years ago)
Author:
michael2402
Message:

Fix #14926: Preserve image phase when clamping a line.

File:
1 edited

Legend:

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

    r12454 r12455  
    111111
    112112                /** Tests repeat-image feature for ways */
    113                 new TestConfig("way-repeat-image", AREA_DEFAULT)
     113                new TestConfig("way-repeat-image", AREA_DEFAULT),
     114                /** Tests the clamping for repeat-images and repeat-image-phase */
     115                new TestConfig("way-repeat-image-clamp", AREA_DEFAULT)
    114116
    115117                ).map(e -> new Object[] {e, e.testDirectory})
Note: See TracChangeset for help on using the changeset viewer.