Changeset 12465 in josm for trunk/test/functional
- Timestamp:
- 2017-07-11T11:10:03+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java
r12455 r12465 113 113 new TestConfig("way-repeat-image", AREA_DEFAULT), 114 114 /** 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) 117 119 ).map(e -> new Object[] {e, e.testDirectory}) 118 120 .collect(Collectors.toList());
Note:
See TracChangeset
for help on using the changeset viewer.