aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/popup/tst_popup.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/popup/tst_popup.cpp b/tests/auto/popup/tst_popup.cpp
index b052f9ca..9001c3ee 100644
--- a/tests/auto/popup/tst_popup.cpp
+++ b/tests/auto/popup/tst_popup.cpp
@@ -53,6 +53,7 @@ class tst_popup : public QQmlDataTest
Q_OBJECT
private slots:
+ void initTestCase();
void visible_data();
void visible();
void state();
@@ -77,6 +78,12 @@ private slots:
void componentComplete();
};
+void tst_popup::initTestCase()
+{
+ QQmlDataTest::initTestCase();
+ qputenv("QML_NO_TOUCH_COMPRESSION", "1");
+}
+
void tst_popup::visible_data()
{
QTest::addColumn<QString>("source");