Skip to content
Snippets Groups Projects
Verified Commit 1a5bf851 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Queries should be accent sensitive now.

parent 34dbe749
No related branches found
No related tags found
No related merge requests found
Pipeline #62607 passed
......@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added (for new features)
* Tests for [linkahead-pylib#127](https://gitlab.com/linkahead/linkahead-pylib/-/issues/127)
* Tests for [linkahead-server#264](https://gitlab.com/linkahead/linkahead-server/-/issues/264): CQL: Queries ignore accents and umlauts
* Tests for [linkahead-server#280](https://gitlab.com/linkahead/linkahead-server/-/issues/280)
* Test for [caosdb-pylib#119](https://gitlab.com/linkahead/linkahead-pylib/-/issues/119)
* Test for [caosdb-pylib#89](https://gitlab.com/linkahead/linkahead-pylib/-/issues/89)
......
......@@ -1555,7 +1555,6 @@ def test_263():
assert exc.errors[0].msg == "Entity does not exist." # TODO Or whatever the message shall be.
@pytest.mark.xfail(reason="https://gitlab.com/linkahead/linkahead-server/-/issues/264")
def test_264_accents_and_umlauts():
"""Test whether queries respect accents and
umlauts. https://gitlab.com/linkahead/linkahead-server/-/issues/264.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment