Don't use APPLESS testing for QString

Its collation (and everything locale-related) is only supported during
the lifetime of QApplication.

Change-Id: Ide97795664d45768e66248d47c3b1da83935b0d6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Edward Welbourne 2021-06-11 12:42:10 +02:00
parent 2d51dfbefa
commit a57f3b44bf

View File

@ -6945,6 +6945,7 @@ void tst_QString::isValidUtf16()
QTEST(string.isValidUtf16(), "valid");
}
QTEST_APPLESS_MAIN(tst_QString)
// QString's collation order is only supported during the lifetime as QCoreApplication
QTEST_GUILESS_MAIN(tst_QString)
#include "tst_qstring.moc"