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 18855 - [QT3TS] try-catch-all-dynamic-errors-caught-11
Summary: [QT3TS] try-catch-all-dynamic-errors-caught-11
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: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-12 13:26 UTC by Tim Mills
Modified: 2012-09-25 15:24 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2012-09-12 13:26:56 UTC
The assertion

<assert-eq>Invalid attribute ID.</assert-eq>

in test "try-catch-all-dynamic-errors-caught-11" is incorrect.

It should either be

<assert-eq>"Invalid attribute ID."</assert-eq>

or

<assert-string-value>Invalid attribute ID.</assert-string-value>
Comment 1 O'Neil Delpratt 2012-09-25 14:24:37 UTC
I agree. I have made the change and committed it to cvs.
Comment 2 Tim Mills 2012-09-25 15:24:19 UTC
Confirmed fixed.  Thanks.