summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-24 15:47:17 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-25 03:39:15 +0200
commit87514cb291c693fde10f22727e66f7999a9eb6b7 (patch)
tree59bbc3a803be44405ea4b435cc6dbb99a1e88ad5 /tests/auto/widgets
parent9f14f9239836ec9d7d1f0ba92343e57cd96b1b52 (diff)
Update bug number in autotests.
Change-Id: I4b17736d86f8dc571090820a545107bb89cb493d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/widgets')
-rw-r--r--tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp2
-rw-r--r--tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp b/tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp
index c9b3a3c6f1..2fcee700f8 100644
--- a/tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp
+++ b/tests/auto/widgets/widgets/qplaintextedit/tst_qplaintextedit.cpp
@@ -1012,7 +1012,7 @@ void tst_QPlainTextEdit::copyAvailable()
QFETCH(QString, function);
#ifdef Q_WS_MAC
- QSKIP("copyAvailable has never passed on Mac, task to fix is 132482");
+ QSKIP("QTBUG-22283: copyAvailable has never passed on Mac");
#endif
ed->clear();
QApplication::clipboard()->clear();
diff --git a/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp b/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp
index d074cca64a..a9c063a086 100644
--- a/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp
+++ b/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp
@@ -1358,7 +1358,7 @@ void tst_QTextEdit::copyAvailable()
QFETCH(QString, function);
#ifdef Q_WS_MAC
- QSKIP("copyAvailable has never passed on Mac, task to fix is 132482");
+ QSKIP("QTBUG-22283: copyAvailable has never passed on Mac");
#endif
ed->clear();
QApplication::clipboard()->clear();