Index: trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerTest.java	(revision 16032)
+++ trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerTest.java	(revision 16033)
@@ -32,4 +32,5 @@
 import org.openstreetmap.josm.data.preferences.sources.ValidatorPrefHelper;
 import org.openstreetmap.josm.data.validation.Severity;
+import org.openstreetmap.josm.data.validation.Test.TagTest;
 import org.openstreetmap.josm.data.validation.TestError;
 import org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.ParseResult;
@@ -180,7 +181,7 @@
     @Test
     public void testPreprocessing() throws ParseException {
-        final MapCSSTagChecker test = buildTagChecker("" +
-                "@supports (min-josm-version: 1) { *[foo] { throwWarning: \"!\"; } }\n" +
-                "@supports (min-josm-version: 2147483647) { *[bar] { throwWarning: \"!\"; } }\n");
+        final MapCSSTagChecker test = buildTagChecker(
+                "@supports (min-josm-version: 0) { *[foo] { throwWarning: \"!\"; } }\n" +
+                "@supports (min-josm-version: 2147483647) { *[bar] { throwWarning: \"!\"; } }");
         assertEquals(1, test.getErrorsForPrimitive(OsmUtils.createPrimitive("way foo=1"), false).size());
         assertEquals(0, test.getErrorsForPrimitive(OsmUtils.createPrimitive("way bar=1"), false).size());
@@ -198,5 +199,5 @@
 
     /**
-     * Unit test for all {@link MapCSSTagChecker.TagTest} assertions.
+     * Unit test for all {@link TagTest} assertions.
      * @throws Exception if an error occurs
      */
