aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/controls/data/tst_tumbler.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quickcontrols2/controls/data/tst_tumbler.qml')
-rw-r--r--tests/auto/quickcontrols2/controls/data/tst_tumbler.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quickcontrols2/controls/data/tst_tumbler.qml b/tests/auto/quickcontrols2/controls/data/tst_tumbler.qml
index 3a09bd9fe9..fff6fa7933 100644
--- a/tests/auto/quickcontrols2/controls/data/tst_tumbler.qml
+++ b/tests/auto/quickcontrols2/controls/data/tst_tumbler.qml
@@ -955,10 +955,10 @@ TestCase {
// // Cause displacement to be changed. The warning isn't triggered if we don't do this.
// tumbler.contentItem.offset += 1;
- ignoreWarning("Tumbler: attached properties must be accessed through a delegate item that has a parent");
+ ignoreWarning(/.*Tumbler: attached properties must be accessed through a delegate item that has a parent/);
createTemporaryObject(noParentDelegateComponent, null);
- ignoreWarning("Tumbler: attempting to access attached property on item without an \"index\" property");
+ ignoreWarning(/.*Tumbler: attempting to access attached property on item without an \"index\" property/);
var object = createTemporaryObject(noParentDelegateComponent, testCase);
verify(object);
}