[Bug 13147] XQuerX tests ST-Axes011 are wrong

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

Michael Dyck <jmdyck@ibiblio.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdyck@ibiblio.org

--- Comment #1 from Michael Dyck <jmdyck@ibiblio.org> 2011-07-05 19:24:48 UTC ---
> They generate 
> declare variable $input-context external;
> instead of
> declare variable $input-context as document-node() external;

But their XQuery counterparts have
    declare variable $input-context external;
so they *are* equivalent.

Your test harness is perhaps adding "as document-node()" to the XQuery queries,
as it is allowed to do. But then it should presumably make the corresponding
addition to the XQueryX queries.

-- 
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 Tuesday, 5 July 2011 19:24:57 UTC