From 18a0ece2cc3ffb8590a499446970f75d954f18cf Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 4 Feb 2006 16:46:40 +0000 Subject: r13348: Put a reminder for now. Until we do not have an internal utf8 compliant casefloding function we cannot pass this test in the non-samba build (This used to be commit 5d93c1eeba8f64784294f3aabcaefa4aaf798355) --- source4/lib/ldb/tests/test-generic.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib') diff --git a/source4/lib/ldb/tests/test-generic.sh b/source4/lib/ldb/tests/test-generic.sh index b7a801c6b7..a1ef3f8ed3 100755 --- a/source4/lib/ldb/tests/test-generic.sh +++ b/source4/lib/ldb/tests/test-generic.sh @@ -80,6 +80,8 @@ fi echo "Testing binary file attribute value" $VALGRIND ldbmodify $LDBDIR/tests/photo.ldif || exit 1 +echo "*TODO* Testing UTF8 upper lower case searches !!" + checkcount() { count=$1 scope=$2 -- cgit