Subject: [PATCH] #23913
---
Index: test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java b/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java
--- a/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java	(revision 19287)
+++ b/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java	(date 1737665713110)
@@ -151,7 +151,8 @@
                 String.format("tms[20]:http://localhost:%d/%h/{z}/{x}/{y}.png", port, this.hashCode()),
                 "tms",
                 (String) null,
-                (String) null
+                (String) null,
+                this.label
             );
         }
 
