Index: trunk/test/unit/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 11435)
+++ trunk/test/unit/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java	(revision 11436)
@@ -65,5 +65,5 @@
      */
     @Parameters
-    public static Collection<Object[]> testRuns() {
+    public static Collection<Object[]> runs() {
         return Stream.of(
                 /** Tests for StyledMapRenderer#drawNodeSymbol */
@@ -89,5 +89,5 @@
      */
     @Test
-    public void render() throws Exception {
+    public void testRender() throws Exception {
         // load the data
         DataSet dataSet = testConfig.getOsmDataSet();
