diff -r 56cd8111b7f7 -r 41300fa6a67c tests/auto/qcompleter/tst_qcompleter.cpp --- a/tests/auto/qcompleter/tst_qcompleter.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/tests/auto/qcompleter/tst_qcompleter.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -267,7 +267,7 @@ //QModelIndex si = completer->currentIndex(); //QCOMPARE(completer->model()->data(si).toString(), completion); - QCOMPARE(completer->currentCompletion(), completionText); + QVERIFY(0 == QString::compare(completer->currentCompletion(), completionText, completer->caseSensitivity())); } // Testing get/set functions