Index: trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 11818)
+++ trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 12447)
@@ -105,5 +105,8 @@
 
                 /** Tests if all styles are sorted correctly. Tests {@link StyleRecord#compareTo(StyleRecord)} */
-                new TestConfig("order", AREA_DEFAULT)
+                new TestConfig("order", AREA_DEFAULT),
+
+                /** Tests repeat-image feature for ways */
+                new TestConfig("way-repeat-image", AREA_DEFAULT)
 
                 ).map(e -> new Object[] {e, e.testDirectory})
