Actions
Bug #849
closedErrorCode not set on division by two different durations
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
XQuery conformance
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Legacy ID:
sf-1570060
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
SourceForge user: dsohsten
Running W3C Suite Test I found that the error code for
K-DayTimeDurationDivide-11 test was not set.
Searching the code I stumbled on MonthDurationValue
and SecondsDurationValue at net.sf.saxon.value package.
Both, SecondsDurationValue(revision 5:lines 345 and
-
and MonthDurationValue (revision 5:lines 181 and
-
just throw a new DynamicError without setting the
ErrorCode.
I sent a patch only for divide method, the
convertToJava method I really don't know wich error
code to return.
[]s
Diego.
Files
Please register to edit this issue
Actions