ldb:tests: add a test for dotted i uppercase
commit8f080c0295d07b526740882469e1577a44c79060
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 16 Apr 2024 11:31:45 +0000 (16 23:31 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 May 2024 23:25:35 +0000 (7 23:25 +0000)
treebafd161bffc79fc1d42688690f47215701f78ace
parentaf7654331fb6a2d9cc41cf5bdffa74c81ff4ffee
ldb:tests: add a test for dotted i uppercase

This didn't fail in the tr_TR locale before recent changes for
https://bugzilla.samba.org/show_bug.cgi?id=15637, because this is a
different casefold codepath. But it could fail if that other path goes
wrong, so we might as well have the test.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/tests/python/api.py