Skip to content

Commit

Permalink
Rewrite malformed datetime values in gpkg, resurrect test
Browse files Browse the repository at this point in the history
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were not
returning expected results.
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Feb 28, 2021
1 parent 6860b39 commit 308bd92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsserver_api.py
Expand Up @@ -1163,7 +1163,6 @@ def test_wfs3_invalid_fids(self):
self.server.handleRequest(request, response, project)
self.assertEqual(bytes(response.body()).decode('utf-8'), '[{"code":"Internal server error","description":"Invalid feature ID [xYz@]"}]')

@unittest.skip('Failing')
def test_wfs3_time_filters_ranges(self):
"""Test datetime filters"""

Expand Down
Binary file modified tests/testdata/qgis_server/test_project_api_timefilters.gpkg
Binary file not shown.

0 comments on commit 308bd92

Please sign in to comment.