[Bug 3583] wrong namespace in modules-16

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3583

           Summary: wrong namespace in modules-16
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: davidc@nag.co.uk
         QAContact: public-qt-comments@w3.org


modules-16 has

<module
namespace="http://www.w3.org/TestModules/test2">modulewrongprefix-lib</module>  

but the query file specified test1 not test2 ns

import module namespace xml="http://www.w3.org/TestModules/test1";


(I hadn't noticed this before as I generate the error for the xml prefix
anyway)

The simplest fix would be to change test2 to test1 in the catalog, although
it's not clear why the catalog has a module with ID of modulewrongprefix-lib as
it's just a copy of module-defs.

Received on Monday, 7 August 2006 09:43:22 UTC