aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/controls/data/tst_itemdelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quickcontrols2/controls/data/tst_itemdelegate.qml')
-rw-r--r--tests/auto/quickcontrols2/controls/data/tst_itemdelegate.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/quickcontrols2/controls/data/tst_itemdelegate.qml b/tests/auto/quickcontrols2/controls/data/tst_itemdelegate.qml
index a0a057f2eb..9d4847b4b1 100644
--- a/tests/auto/quickcontrols2/controls/data/tst_itemdelegate.qml
+++ b/tests/auto/quickcontrols2/controls/data/tst_itemdelegate.qml
@@ -18,6 +18,13 @@ TestCase {
ItemDelegate { }
}
+ function test_defaults() {
+ failOnWarning(/.?/)
+
+ let control = createTemporaryObject(itemDelegate, testCase)
+ verify(control)
+ }
+
function test_baseline() {
var control = createTemporaryObject(itemDelegate, testCase)
verify(control)