Index: tests.xml
===================================================================
--- tests.xml	(Revision 12017)
+++ tests.xml	(Arbeitskopie)
@@ -174,8 +174,10 @@
     <maplint:garmin short="RESNONAME" icon="Navaid, White"/>
 
     <maplint:check data="way" type="application/xsl+xml">
-        <xsl:if test="(tag[@k='highway' and @v='residential']) and not(tag[@k='name'])">
-            <maplint:result/>
+        <xsl:if test="(tag[@k='noname' and @v='yes'])">
+            <xsl:if test="(tag[@k='highway' and @v='residential']) and not(tag[@k='name'])">
+                <maplint:result/>
+            </xsl:if>
         </xsl:if>
     </maplint:check>
 
Index: tests/main/residential-without-name.xml
===================================================================
--- tests/main/residential-without-name.xml	(Revision 12017)
+++ tests/main/residential-without-name.xml	(Arbeitskopie)
@@ -10,8 +10,10 @@
     <maplint:garmin short="RESNONAME" icon="Navaid, White"/>
 
     <maplint:check data="way" type="application/xsl+xml">
-        <xsl:if test="(tag[@k='highway' and @v='residential']) and not(tag[@k='name'])">
-            <maplint:result/>
+        <xsl:if test="(tag[@k='noname' and @v='yes'])">
+            <xsl:if test="(tag[@k='highway' and @v='residential']) and not(tag[@k='name'])">
+                <maplint:result/>
+            </xsl:if>
         </xsl:if>
     </maplint:check>
 
Index: tests.xsl
===================================================================
--- tests.xsl	(Revision 12017)
+++ tests.xsl	(Arbeitskopie)
@@ -699,8 +699,10 @@
         </xsl:if>
     </xslout:template>
   <xslout:template name="test-main-residential-without-name-way">
-        <xsl:if xmlns:xsl="http://www.w3.org/1999/XSL/Transform" test="(tag[@k='highway' and @v='residential']) and not(tag[@k='name'])">
-            <maplint:result ref="residential-without-name"/>
+        <xsl:if xmlns:xsl="http://www.w3.org/1999/XSL/Transform" test="(tag[@k='noname' and @v='yes'])">
+            <xsl:if test="(tag[@k='highway' and @v='residential']) and not(tag[@k='name'])">
+                <maplint:result ref="residential-without-name"/>
+            </xsl:if>
         </xsl:if>
     </xslout:template>
   <xslout:template name="test-strict-not-in-map_features-way">
