Index: trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 12454)
+++ trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 12455)
@@ -111,5 +111,7 @@
 
                 /** Tests repeat-image feature for ways */
-                new TestConfig("way-repeat-image", AREA_DEFAULT)
+                new TestConfig("way-repeat-image", AREA_DEFAULT),
+                /** Tests the clamping for repeat-images and repeat-image-phase */
+                new TestConfig("way-repeat-image-clamp", AREA_DEFAULT)
 
                 ).map(e -> new Object[] {e, e.testDirectory})
