summaryrefslogtreecommitdiffstats
path: root/tests/qmlauto
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-16 10:13:29 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-16 10:13:29 +1000
commit7337b20422aa9afe4a92aaca3807507b0d982244 (patch)
treece1772449856d349e92da91adbcbd0c9d50ff6a6 /tests/qmlauto
parent9c33d7508328d0b04afb9038075d76cdd566f688 (diff)
Improve verbose output mode
Diffstat (limited to 'tests/qmlauto')
-rw-r--r--tests/qmlauto/selftests/tst_selftests.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmlauto/selftests/tst_selftests.qml b/tests/qmlauto/selftests/tst_selftests.qml
index c26250d..875a242 100644
--- a/tests/qmlauto/selftests/tst_selftests.qml
+++ b/tests/qmlauto/selftests/tst_selftests.qml
@@ -208,7 +208,7 @@ TestCase {
testCase.compare("abcdef", 42)
} catch (e) {
compare(e.message, "QtQuickTest::fail")
- compare(functions.failmsg, "")
+ compare(functions.failmsg, "Compared values are not the same")
compare(functions.actual, "abcdef")
compare(functions.expected, "42")
caught = true