qt5base-lts/tests/auto/corelib
David Faure 848d3694f6 qmimetype: Fix test failure when LC_ALL is set.
This code sets LANG=en_US so that the method comment(), which returns a translated
name, can be compared with an expected result in English.
(QMimeType::comment uses QLocale::system().name() and QLocale::system().uiLanguages())

But LANG= has no effect if LC_ALL is set, so LC_ALL needs to be cleared (or set
to en_US) for the test to work.

Change-Id: Icb031057769be9bc8c0fcab65daa45e7bf1d5b18
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-02-21 15:28:40 +01:00
..
animation Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
codecs Eliminate duplicate data row names in utf8 autotest. 2012-02-14 02:48:35 +01:00
global Fix qlogging test. 2012-02-21 08:39:44 +01:00
io Import QMimeType / QMimeDatabase into QtCore. 2012-02-18 22:19:43 +01:00
itemmodels Eliminate duplicate data row names from corelib autotests. 2012-02-14 06:19:16 +01:00
json Added error reporting to QJsonParser 2012-02-18 18:08:06 +01:00
kernel Silence warnings/debug output from qobject tests 2012-02-20 19:51:41 +01:00
mimetypes qmimetype: Fix test failure when LC_ALL is set. 2012-02-21 15:28:40 +01:00
plugin Fixed qlibrary unittest to work on mac 2012-02-10 03:02:07 +01:00
statemachine Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
thread Speed up tst_QWaitCondition 2012-02-20 00:21:00 +01:00
tools QEasingCurve: implement move constructor 2012-02-21 15:28:40 +01:00
xml Eliminate duplicate data row names from corelib autotests. 2012-02-14 06:19:16 +01:00
corelib.pro Import QMimeType / QMimeDatabase into QtCore. 2012-02-18 22:19:43 +01:00