summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-10 07:31:52 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-10 07:31:52 (GMT)
commit5de19bf4b8adb3e0ce82ee447e75e256cc2d27fc (patch)
tree076f5ef803aa6141f6aed83fa400f043428f8a09 /tests/auto/declarative
parenta9982bd17dcdb05cf72b089b9e3e88793b047a11 (diff)
downloadQt-5de19bf4b8adb3e0ce82ee447e75e256cc2d27fc.zip
Qt-5de19bf4b8adb3e0ce82ee447e75e256cc2d27fc.tar.gz
Qt-5de19bf4b8adb3e0ce82ee447e75e256cc2d27fc.tar.bz2
I am not mbrasser.
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/animations/tst_animations.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/animations/tst_animations.cpp b/tests/auto/declarative/animations/tst_animations.cpp
index 61f0e0a..74d5f46 100644
--- a/tests/auto/declarative/animations/tst_animations.cpp
+++ b/tests/auto/declarative/animations/tst_animations.cpp
@@ -354,7 +354,7 @@ void tst_animations::propertiesTransition()
QmlGraphicsRectangle *myRect = rect->findChild<QmlGraphicsRectangle*>("TheRect");
QVERIFY(myRect);
- QTest::ignoreMessage(QtWarningMsg, "QML QmlNumberAnimation (file:///home/brasser/depot/kinetic-declarativeui/qt/tests/auto/declarative/animations/data/propertiesTransition4.qml:22:9) matchTargets/matchProperties/exclude and target/property are mutually exclusive.");
+ QTest::ignoreMessage(QtWarningMsg, "QML QmlNumberAnimation (file://" SRCDIR "/data/propertiesTransition4.qml:22:9) matchTargets/matchProperties/exclude and target/property are mutually exclusive.");
rect->setState("moved");
QCOMPARE(myRect->x(),qreal(200));
}
@@ -367,7 +367,7 @@ void tst_animations::propertiesTransition()
QmlGraphicsRectangle *myRect = rect->findChild<QmlGraphicsRectangle*>("TheRect");
QVERIFY(myRect);
- QTest::ignoreMessage(QtWarningMsg, "QML QmlNumberAnimation (file:///home/brasser/depot/kinetic-declarativeui/qt/tests/auto/declarative/animations/data/propertiesTransition5.qml:22:9) matchTargets/matchProperties/exclude and target/property are mutually exclusive.");
+ QTest::ignoreMessage(QtWarningMsg, "QML QmlNumberAnimation (file://" SRCDIR "/data/propertiesTransition5.qml:22:9) matchTargets/matchProperties/exclude and target/property are mutually exclusive.");
rect->setState("moved");
QCOMPARE(myRect->x(),qreal(200));
}