From 468027128f8019f8e49293ce561736e73e8785a0 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Mon, 11 Jan 2010 17:18:12 +1000 Subject: Ignore anchor loop duplicate error. --- tests/auto/declarative/anchors/tst_anchors.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/declarative/anchors/tst_anchors.cpp b/tests/auto/declarative/anchors/tst_anchors.cpp index 90a90fe..4a51861 100644 --- a/tests/auto/declarative/anchors/tst_anchors.cpp +++ b/tests/auto/declarative/anchors/tst_anchors.cpp @@ -375,6 +375,7 @@ void tst_anchors::crash1() QString expect = "QML Text (" + view->url().toString() + ":4:5" + ") Possible anchor loop detected on fill."; QTest::ignoreMessage(QtWarningMsg, expect.toLatin1()); + QTest::ignoreMessage(QtWarningMsg, expect.toLatin1()); // XXX ideally, should be one message view->execute(); qApp->processEvents(); -- cgit v0.12