Changeset 11726 in josm for trunk/test/functional


Ignore:
Timestamp:
2017-03-13T18:54:20+01:00 (7 years ago)
Author:
michael2402
Message:

Don't use null to indicate a rotation of 0 degrees, simply set the rotation to 0.

File:
1 edited

Legend:

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

    r11714 r11726  
    9898                new TestConfig("area-fill-image", AREA_DEFAULT),
    9999
     100                /** Tests area label drawing/placement */
     101                new TestConfig("area-text", AREA_DEFAULT),
     102
    100103                /** Tests if all styles are sorted correctly. Tests {@link StyleRecord#compareTo(StyleRecord)} */
    101104                new TestConfig("order", AREA_DEFAULT)
Note: See TracChangeset for help on using the changeset viewer.