summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-09-28 03:11:44 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-09-28 13:34:58 (GMT)
commit2951c346733924efbb48bbc615ed0d933ed749d6 (patch)
tree2b1ebb0575a71f44cf42e7a56e96f901d63712bd
parent491075efb290483113193ef9fa9245b597be6769 (diff)
downloadQt-2951c346733924efbb48bbc615ed0d933ed749d6.zip
Qt-2951c346733924efbb48bbc615ed0d933ed749d6.tar.gz
Qt-2951c346733924efbb48bbc615ed0d933ed749d6.tar.bz2
Fixes: better wording.
(cherry picked from commit 75e19e6165229db5465704bf14d8e938c3f0c36d)
-rw-r--r--tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp b/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp
index 7838568..e274761 100644
--- a/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp
+++ b/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp
@@ -644,7 +644,7 @@ void tst_Q3SqlCursor::select()
}
#ifdef QT_DEBUG
- // for people too stupid to read docs we had to insert this debugging message.
+ // Ignore debugging message advising users of a potential pitfall.
QTest::ignoreMessage(QtDebugMsg, "Q3SqlCursor::setValue(): This will not affect actual database values. Use primeInsert(), primeUpdate() or primeDelete().");
#endif
cur4.setValue( "id", 1 );