<div dir="ltr"><div><div><div>Hi!<br><br></div>The following test fails. >From the message about QCollator, I suspect it is due to QCollator, not to KCompletion. Someone can give me a hint whether I am right?<br><br></div>Thanks!<br></div><div><div><br>david@nimfa:~/devel/kf5-development/build/frameworks/kcompletion/autotests$ ./kcompletioncoretest <br>********* Start testing of Test_KCompletion *********<br>Config: Using QtTest library 5.4.0, Qt 5.4.0 (i386-little_endian-ilp32 shared (dynamic) debug build; by GCC 4.8.2)<br>PASS   : Test_KCompletion::initTestCase()<br>PASS   : Test_KCompletion::isEmpty()<br>PASS   : Test_KCompletion::insertionOrder()<br>QWARN  : Test_KCompletion::sortedOrder() kcompletioncoretest(5887)/default QCollator::setCaseSensitivity: unsupported in the posix collation implementation<br>FAIL!  : Test_KCompletion::sortedOrder() Compared values are not the same<br>   Actual   (matches[0]): "<a href="mailto:carpet@test.org">carpet@test.org</a>"<br>   Expected (carp)      : "<a href="mailto:carp@test.org">carp@test.org</a>"<br>   Loc: [/home/david/devel/kf5-development/src/frameworks/kcompletion/autotests/kcompletioncoretest.cpp(115)]<br>PASS   : Test_KCompletion::weightedOrder()<br>PASS   : Test_KCompletion::substringCompletion_Insertion()<br>QWARN  : Test_KCompletion::substringCompletion_Sorted() kcompletioncoretest(5887)/default QCollator::setCaseSensitivity: unsupported in the posix collation implementation<br>FAIL!  : Test_KCompletion::substringCompletion_Sorted() Compared values are not the same<br>   Actual   (matches[0]): "<a href="mailto:carpet@test.org">carpet@test.org</a>"<br>   Expected (carp)      : "<a href="mailto:carp@test.org">carp@test.org</a>"<br>   Loc: [/home/david/devel/kf5-development/src/frameworks/kcompletion/autotests/kcompletioncoretest.cpp(211)]<br>PASS   : Test_KCompletion::substringCompletion_Weighted()<br>PASS   : Test_KCompletion::allMatches_Insertion()<br>QWARN  : Test_KCompletion::allMatches_Sorted() kcompletioncoretest(5887)/default QCollator::setCaseSensitivity: unsupported in the posix collation implementation<br>FAIL!  : Test_KCompletion::allMatches_Sorted() Compared values are not the same<br>   Actual   (matches[0]): "<a href="mailto:carpet@test.org">carpet@test.org</a>"<br>   Expected (carp)      : "<a href="mailto:carp@test.org">carp@test.org</a>"<br>   Loc: [/home/david/devel/kf5-development/src/frameworks/kcompletion/autotests/kcompletioncoretest.cpp(308)]<br>PASS   : Test_KCompletion::allMatches_Weighted()<br>PASS   : Test_KCompletion::cycleMatches_Insertion()<br>QWARN  : Test_KCompletion::cycleMatches_Sorted() kcompletioncoretest(5887)/default QCollator::setCaseSensitivity: unsupported in the posix collation implementation<br>FAIL!  : Test_KCompletion::cycleMatches_Sorted() Compared values are not the same<br>   Actual   (completion.nextMatch()): "<a href="mailto:carpet@test.org">carpet@test.org</a>"<br>   Expected (carp)                  : "<a href="mailto:carp@test.org">carp@test.org</a>"<br>   Loc: [/home/david/devel/kf5-development/src/frameworks/kcompletion/autotests/kcompletioncoretest.cpp(375)]<br>PASS   : Test_KCompletion::cycleMatches_Weighted()<br>PASS   : Test_KCompletion::cleanupTestCase()<br>Totals: 11 passed, 4 failed, 0 skipped<br>********* Finished testing of Test_KCompletion *********<br><br></div></div></div>