Index: trunk/src/org/openstreetmap/josm/data/validation/Test.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/Test.java	(revision 16029)
+++ trunk/src/org/openstreetmap/josm/data/validation/Test.java	(revision 16031)
@@ -66,5 +66,5 @@
 
     /** The list of errors */
-    protected List<TestError> errors = new ArrayList<>(30);
+    protected List<TestError> errors = new ArrayList<>();
 
     /** Whether the test is run on a partial selection data */
