[Bug 13216] New: Expect result of the test Basics/EQNames/eqname-013.xq is incorrect

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

           Summary: Expect result of the test Basics/EQNames/eqname-013.xq
                    is incorrect
           Product: XML Query Test Suite
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: benjie.nguyen@gmail.com
        ReportedBy: nbrinza@gmail.com
         QAContact: public-qt-comments@w3.org


The XQTS test Basics/EQName/eqname-013.xq:

<out xmlns="http://www.example.com/one">{
(<my:a xmlns:my="http://www.example.com/ns/my"><my:b>42</my:b><b
xmlns="">93</b></my:a>) / "":* + 5 
}</out>

expects the result:

    <out>98</out>

while the correct result is:

    <out xmlns="http://www.example.com/one">98</out>


Either the expected result can be changed, or the xmlns declaration form the
<out/> element can be removed to fix it.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 11 July 2011 15:03:17 UTC