Index: trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 12455)
+++ trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 12465)
@@ -113,6 +113,8 @@
                 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)
-
+                new TestConfig("way-repeat-image-clamp", AREA_DEFAULT),
+
+                /** Tests text along a way */
+                new TestConfig("way-text", AREA_DEFAULT)
                 ).map(e -> new Object[] {e, e.testDirectory})
                 .collect(Collectors.toList());
