Ignore:
Timestamp:
2017-07-02T13:32:05+02:00 (7 years ago)
Author:
bastiK
Message:

new test case for MapCSSRendererTest (repeat-image, see #14926)

File:
1 edited

Legend:

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

    r11762 r12447  
    105105
    106106                /** Tests if all styles are sorted correctly. Tests {@link StyleRecord#compareTo(StyleRecord)} */
    107                 new TestConfig("order", AREA_DEFAULT)
     107                new TestConfig("order", AREA_DEFAULT),
     108
     109                /** Tests repeat-image feature for ways */
     110                new TestConfig("way-repeat-image", AREA_DEFAULT)
    108111
    109112                ).map(e -> new Object[] {e, e.testDirectory})
Note: See TracChangeset for help on using the changeset viewer.