aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/sanity/tst_sanity.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-11 21:52:40 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-12 09:08:01 +0000
commit4ae3a828ad972e24802ea711fc12e12883cc28be (patch)
tree68ca0a2185963816a82049e09763808faaf6b882 /tests/auto/sanity/tst_sanity.cpp
parent571f4be253386cb30a55060bed7d81ef356124eb (diff)
tst_sanity|creationtime|objectcount: skip the internal indicator typesv5.7.0-beta1
Change-Id: I5c3d5309efeaab826e27ef97c3285803603e5e21 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto/sanity/tst_sanity.cpp')
-rw-r--r--tests/auto/sanity/tst_sanity.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/sanity/tst_sanity.cpp b/tests/auto/sanity/tst_sanity.cpp
index 7f438721..67c60cae 100644
--- a/tests/auto/sanity/tst_sanity.cpp
+++ b/tests/auto/sanity/tst_sanity.cpp
@@ -310,9 +310,9 @@ void tst_Sanity::attachedObjects_data()
{
QTest::addColumn<QUrl>("url");
addTestRows(&engine, "calendar");
- addTestRows(&engine, "controls");
- addTestRows(&engine, "controls/material", QStringList() << "Ripple" << "SliderHandle");
- addTestRows(&engine, "controls/universal");
+ addTestRows(&engine, "controls", QStringList() << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
+ addTestRows(&engine, "controls/material", QStringList() << "Ripple" << "SliderHandle" << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
+ addTestRows(&engine, "controls/universal", QStringList() << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
}
QTEST_MAIN(tst_Sanity)