Don't set the environment variable QT_RCC_TEST anymore in tst_rcc
The reason for setting this variable was removed in commit 300bd7fff8
.
Task-number: QTBUG-25078
Change-Id: Id06072c099481a258cb65b4603efe010e306b7b2
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
parent
22b663f55d
commit
f96244f614
@ -103,9 +103,6 @@ private:
|
||||
|
||||
void tst_rcc::initTestCase()
|
||||
{
|
||||
// rcc uses a QHash to store files in the resource system.
|
||||
// we must force a certain hash order when testing or tst_rcc will fail, see QTBUG-25078
|
||||
QVERIFY(qputenv("QT_RCC_TEST", "1"));
|
||||
m_rcc = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QLatin1String("/rcc");
|
||||
|
||||
m_dataPath = QFINDTESTDATA("data");
|
||||
|
Loading…
Reference in New Issue
Block a user