Index: /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MultipolygonTestTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MultipolygonTestTest.java	(revision 7614)
+++ /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MultipolygonTestTest.java	(revision 7615)
@@ -3,4 +3,5 @@
 
 import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
@@ -69,8 +70,8 @@
         assertEquals(1, MULTIPOLYGON_TEST.getErrors().size());
 
-        // Correct tag, but has also an area style
+        // Correct tag, without area style since #10601 (r7603)
         w = createUnclosedWay("aeroway=taxiway");
         MULTIPOLYGON_TEST.visit(w);
-        assertTrue(ElemStyles.hasAreaElemStyle(w, false));
+        assertFalse(ElemStyles.hasAreaElemStyle(w, false));
         assertEquals(1, MULTIPOLYGON_TEST.getErrors().size());
 
