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>bb10
parent
2d51dfbefa
commit
a57f3b44bf
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue