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 14264 - QT3TS: generalexpression98
Summary: QT3TS: generalexpression98
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Benjamin Nguyen
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-23 13:53 UTC by Tim Mills
Modified: 2012-05-18 13:11 UTC (History)
2 users (show)

See Also:


Attachments

Description Tim Mills 2011-09-23 13:53:28 UTC
This query is in the catalog as
  
      <test>($works/works/employee[1]/hours[1],$staff/staff/employee[6]/hours[1]) = ($works/works/employee[1]/hours[1],/works/employee[6]/hours[1])</test>

but should be

      <test>($works/works/employee[1]/hours[1],$staff/staff/employee[6]/hours[1]) = ($works/works/employee[1]/hours[1],$works/works/employee[6]/hours[1])</test>

(/works changed to $works/works)

since the "works-and-staff" environment doesn't define a source with role '.'.
Comment 1 Michael Kay 2012-05-17 15:23:22 UTC
Fixed as suggested.
Comment 2 Tim Mills 2012-05-18 13:11:00 UTC
Confirmed fixed.