-
Notifications
You must be signed in to change notification settings - Fork 40
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
HTML report: Fix 'Passed core (Can be certified)' result #248
Comments
Maybe we need to add configuration of conformance class in TestNG test then it will show something. Here is the config link: https://github.com/opengeospatial/cite/wiki/Encoding-Conformance-Classes In above link there is example to add basic conformance classes. |
Thank you. I added following to the ets-wfs20:
However, the test suite now always states following:
This is even the case if not all core tests are passed. @keshav-nangare Can you please take a look at it? |
Now the HTML report will display correct result for core test. If one of the core test is failed then it will set to Fixed with this commit: 1b73489 |
Fix was successfully tested with [1] and changes from #248 (comment) via TEAM Engine Web Interface. If Featureidentifier --> Expected behaviour. |
When reference implementation [1] of ets-wfs20 is tested via Web Browser Interface, the
Passed core (Can be certified)
result saysNo
although the service passes all basic tests (also addFeatureidentifier: PS_PROTECTEDSITE_a367af0b-9457-4445-9cbd-eb48ae7a844a
when starting the test).@keshav-nangare Can you please investigate why the result is wrong?
Further, there should be a space added to text:
Passed core(Can be certified): No
Passed core (Can be certified): No
[1] http://cite.deegree.org/deegree-webservices-3.4-RC3/services/wfs200?service=WFS&request=GetCapabilities
The text was updated successfully, but these errors were encountered: