summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/rcc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-07-01 11:14:30 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-07-08 07:56:40 +0200
commitf96244f614894b19e5964925db963aeb56e16bdd (patch)
tree4d3e786b47792c50fef8757256b30e6e6c9a4435 /tests/auto/tools/rcc
parent22b663f55d3c8b281521e2309350c3c8e811384e (diff)
Don't set the environment variable QT_RCC_TEST anymore in tst_rcc
The reason for setting this variable was removed in commit 300bd7fff8b. Task-number: QTBUG-25078 Change-Id: Id06072c099481a258cb65b4603efe010e306b7b2 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests/auto/tools/rcc')
-rw-r--r--tests/auto/tools/rcc/tst_rcc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/tools/rcc/tst_rcc.cpp b/tests/auto/tools/rcc/tst_rcc.cpp
index a4dbbfb657..a3710d46eb 100644
--- a/tests/auto/tools/rcc/tst_rcc.cpp
+++ b/tests/auto/tools/rcc/tst_rcc.cpp
@@ -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");