From d7d0592322c76957c1695bce24344fde6f4c1367 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 16 Mar 2017 15:25:20 +0100 Subject: Update expected result of SwipeDelegate warning messages It looks like af9536deeaf1123aaae5ce78cee7b4014a01d595 (in declarative) changed the format of warning messages. Task-number: QTBUG-59536 Change-Id: I9a8228448ef136f65258b985c3dddf011063c49c Reviewed-by: Liang Qi --- tests/auto/controls/data/tst_swipedelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/controls/data/tst_swipedelegate.qml b/tests/auto/controls/data/tst_swipedelegate.qml index b9c72da9..c24f6962 100644 --- a/tests/auto/controls/data/tst_swipedelegate.qml +++ b/tests/auto/controls/data/tst_swipedelegate.qml @@ -134,7 +134,7 @@ TestCase { function test_horizontalAnchors(data) { var warningMessage = Qt.resolvedUrl("tst_swipedelegate.qml") + data.warningLocation - + ": QML : SwipeDelegate: cannot use horizontal anchors with " + data.itemName + "; unable to layout the item." + + ": QML QQuickItem: SwipeDelegate: cannot use horizontal anchors with " + data.itemName + "; unable to layout the item." ignoreWarning(warningMessage); -- cgit v1.2.3