-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #224 #240
Closes #224 #240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When testing this branch with reference implementation https://cite.deegree.org/deegree-webservices-3.4.30/services/wfs200?service=WFS&request=GetCapabilities, one test is failing three times which was not failing before:
property Is Less Than_match Any | No matching property value found for XPath: xs:dateTime(ns1:legalFoundationDate) lt xs:dateTime('2012-05-11T00:00:00Z').
@bpross-52n Can you please check why this unexpected failure occurs?
Decision during CITE meeting 2022-11-03: |
The following request to the reference implementation returns no features:
All the features have a legalFoundationDate of 2012-05-11T00:00:00, so that the features should IMHO be returned. You can check this using the following request:
|
Compared test with specs: Failing test references FilterEncoding spec: ISO 19143: 7.7 When checking the ATS of the WFS 2.0 spec, this test case should be part of test requirement The FilterEncoding spec describes in chapter 7.7 Comparison operators the different types of operators. PropertyIsLessThan is part of the binary comparisons. On the other hand, temporal operators are defined in chapter 7.9 Temporal operators. Thus, my conclusion is that PropertyIsLessThan should not work for temporal values. |
@bpross-52n Can you please check if this PR can be closed as the corresponding issue is already closed? |
See #224 (comment) for reason. |
Closes #224