Fix QStringList::sort test
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Fri, 2 Nov 2012 10:13:15 +0000 (11:13 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 16 Nov 2012 05:38:01 +0000 (06:38 +0100)
commit8cb319939a4d23cf4a98e9cffe15b81f31d893b6
tree717d1aee2e4f529f8eb8d8d96d16ae6f39723564
parent2b308d4cb5cdf2f3374404c83dc0b193fcb78612
Fix QStringList::sort test

Checking that the result of sort() is a specific list is wrong,
as sort() can put equivalent elements in an arbitrary order.

Change-Id: Ib06399cdecedb6cf01e721d4d92048449d66b40d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp