aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackboxqt.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-11-09 17:49:30 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-11-12 12:31:09 +0000
commitd1e04aae05e4ea17a6461cf323c9c15ede176b5b (patch)
tree7e4720afbc798051b8b8fc499b5cc7021bef3bfd /tests/auto/blackbox/tst_blackboxqt.h
parent5f1b52e1c6f7668c3ea21ec11fde818ee6efd521 (diff)
Fix pluginSupport autotest
Our test machine does not have the image plugins we hardcoded, so be more flexible. This also tightens the test a bit. Change-Id: I0cc49b3066909ac3e4ec387515e689a00042f4d5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackboxqt.h')
-rw-r--r--tests/auto/blackbox/tst_blackboxqt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackboxqt.h b/tests/auto/blackbox/tst_blackboxqt.h
index b843978d4..f42c225d8 100644
--- a/tests/auto/blackbox/tst_blackboxqt.h
+++ b/tests/auto/blackbox/tst_blackboxqt.h
@@ -57,6 +57,7 @@ private slots:
void mocSameFileName();
void pkgconfig();
void pluginMetaData();
+ void pluginSupport_data();
void pluginSupport();
void qmlDebugging();
void qobjectInObjectiveCpp();