diff options
author | Simo Sorce <idra@samba.org> | 2006-02-04 16:46:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:47 -0500 |
commit | 18a0ece2cc3ffb8590a499446970f75d954f18cf (patch) | |
tree | ba663cdcf67a0dadbfeded9b726789abb3685540 /source4 | |
parent | e1e693792c1af66283e869dc427d03c6e9983776 (diff) | |
download | samba-18a0ece2cc3ffb8590a499446970f75d954f18cf.tar.gz samba-18a0ece2cc3ffb8590a499446970f75d954f18cf.tar.bz2 samba-18a0ece2cc3ffb8590a499446970f75d954f18cf.zip |
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)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/lib/ldb/tests/test-generic.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |