aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols/controls/data/tst_dayofweekrow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quickcontrols/controls/data/tst_dayofweekrow.qml')
-rw-r--r--tests/auto/quickcontrols/controls/data/tst_dayofweekrow.qml10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/auto/quickcontrols/controls/data/tst_dayofweekrow.qml b/tests/auto/quickcontrols/controls/data/tst_dayofweekrow.qml
index 67403e240a..b93337e62d 100644
--- a/tests/auto/quickcontrols/controls/data/tst_dayofweekrow.qml
+++ b/tests/auto/quickcontrols/controls/data/tst_dayofweekrow.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2021 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick
import QtQuick.Controls
@@ -18,15 +18,17 @@ TestCase {
DayOfWeekRow { }
}
- function test_defaults() {
+ function init () {
failOnWarning(/.?/)
+ }
+ function test_defaults() {
let control = createTemporaryObject(component, testCase)
verify(control)
}
function test_locale() {
- var control = component.createObject(testCase)
+ let control = component.createObject(testCase)
verify(control.contentItem.children[0])
@@ -43,7 +45,7 @@ TestCase {
}
function test_font() {
- var control = component.createObject(testCase)
+ let control = component.createObject(testCase)
verify(control.contentItem.children[0])