Changeset 11701 in josm for trunk


Ignore:
Timestamp:
2017-03-08T17:08:15+01:00 (7 years ago)
Author:
michael2402
Message:

Add new renderer test that tests area fill rendering.

Location:
trunk/test
Files:
8 added
1 edited

Legend:

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

    r11699 r11701  
    9292                new TestConfig("way-dashes", AREA_DEFAULT),
    9393
     94                /** Tests fill-color property */
     95                new TestConfig("area-fill-color", AREA_DEFAULT),
     96
     97                /** Tests the fill-image property. */
     98                new TestConfig("area-fill-image", AREA_DEFAULT),
     99
    94100                /** Tests if all styles are sorted correctly. Tests {@link StyleRecord#compareTo(StyleRecord)} */
    95101                new TestConfig("order", AREA_DEFAULT)
Note: See TracChangeset for help on using the changeset viewer.