summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-16 09:34:37 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-16 09:34:37 +1000
commit9c33d7508328d0b04afb9038075d76cdd566f688 (patch)
tree37f78c624a7b1859139a95f7231026ad797195b3
parent8bbdf2bb1f81f5a655e44d1eec14f4170e00a1df (diff)
qdoc fixes
-rw-r--r--src/imports/testlib/testcase.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/testlib/testcase.qdoc b/src/imports/testlib/testcase.qdoc
index 77ddcb6..bb7044f 100644
--- a/src/imports/testlib/testcase.qdoc
+++ b/src/imports/testlib/testcase.qdoc
@@ -78,7 +78,7 @@
FAIL! : MathTests::test_fail() 2 + 2 = 5
Actual (): 4
Expected (): 5
- Loc: [file:///.../tst_math.qml(12)]
+ Loc: [/home/.../tst_math.qml(12)]
PASS : MathTests::test_math()
PASS : MathTests::cleanupTestCase()
Totals: 3 passed, 1 failed, 0 skipped
@@ -417,9 +417,9 @@
/*!
\qmlmethod TestCase::ignoreWarning(message)
- Marks \a message as an ignored message. When it occurs, the message
- will not be printed and the test passes. If the message does not
- occur, then the test will fail. Similar to
+ Marks \a message as an ignored warning message. When it occurs,
+ the warning will not be printed and the test passes. If the message
+ does not occur, then the test will fail. Similar to
\c{QTest::ignoreMessage(QtWarningMsg, message)} in C++.
\sa warn()