Changeset 12465 in josm


Ignore:
Timestamp:
2017-07-11T11:10:03+02:00 (7 years ago)
Author:
bastiK
Message:

see #15006 - new MapCSSRendererTest test case for text along way

Location:
trunk/test
Files:
4 added
1 edited

Legend:

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

    r12455 r12465  
    113113                new TestConfig("way-repeat-image", AREA_DEFAULT),
    114114                /** Tests the clamping for repeat-images and repeat-image-phase */
    115                 new TestConfig("way-repeat-image-clamp", AREA_DEFAULT)
    116 
     115                new TestConfig("way-repeat-image-clamp", AREA_DEFAULT),
     116
     117                /** Tests text along a way */
     118                new TestConfig("way-text", AREA_DEFAULT)
    117119                ).map(e -> new Object[] {e, e.testDirectory})
    118120                .collect(Collectors.toList());
Note: See TracChangeset for help on using the changeset viewer.