summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-11 06:36:42 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-11 06:36:42 (GMT)
commitbb37512280e5710c1c395056bbecf4f0e4289fb9 (patch)
tree80b284f85dcd18ccb03d748dbca0467a525a0338 /tests/auto/declarative
parent3f85913faf5694e4a0ebd612921e4eeeb4fc9e25 (diff)
parentb3526f5edf6425289ef2aa5c8adfc89892817ac0 (diff)
downloadQt-bb37512280e5710c1c395056bbecf4f0e4289fb9.zip
Qt-bb37512280e5710c1c395056bbecf4f0e4289fb9.tar.gz
Qt-bb37512280e5710c1c395056bbecf4f0e4289fb9.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts: tests/auto/declarative/qmlbindengine/tst_qmlbindengine.cpp
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/anchors/tst_anchors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/anchors/tst_anchors.cpp b/tests/auto/declarative/anchors/tst_anchors.cpp
index 7d920af..683a7b9 100644
--- a/tests/auto/declarative/anchors/tst_anchors.cpp
+++ b/tests/auto/declarative/anchors/tst_anchors.cpp
@@ -37,7 +37,7 @@ void tst_anchors::loops()
view->setUrl(QUrl("file://" SRCDIR "/data/loop2.qml"));
- //### ignoreMessage doesn't seem to work
+ //### ignoreMessage doesn't seem to work here
//QTest::ignoreMessage(QtWarningMsg, "QML QFxImage (unknown location): Anchor loop detected on horizontal anchor.");
//QTest::ignoreMessage(QtWarningMsg, "QML QFxImage (unknown location): Anchor loop detected on horizontal anchor.");
view->execute();