This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4609 - K2-ExternalVariablesWithout-13
Summary: K2-ExternalVariablesWithout-13
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-08 00:20 UTC by Andrew Eisenberg
Modified: 2007-06-13 18:41 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2007-06-08 00:20:58 UTC
The query for K2-ExternalVariablesWithout-13 is:

declare variable $e := <e>{current-time()}</e>/(string-length(.) > 0);
$e,
if($e)
then "SUCCESS"
else "FAILURE"

The expected result is "false SUCCESS". I believe that is should be "true SUCCESS".
Comment 1 Frans Englich 2007-06-13 08:39:52 UTC
A fix has been attempted in CVS, XQTS_current.zip is updated.