Index: trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy	(revision 3989)
+++ trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy	(revision 3990)
@@ -14,17 +14,2 @@
 public class AllMappaintTests extends TestCase{}
 
-// License: GPL. For details, see LICENSE file.
-package org.openstreetmap.josm.gui.mappaint
-
-import junit.framework.TestCase;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-@RunWith(Suite.class)
-@Suite.SuiteClasses([
-    LabelCompositionStrategyTest.class,
-    MapCSSWithExtendedTextDirectivesTest.class
-])
-public class AllMappaintTests extends TestCase{}
-
