Update bug number in autotests.

Change-Id: I4b17736d86f8dc571090820a545107bb89cb493d
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2011-10-24 15:47:17 +10:00 committed by Qt by Nokia
parent 9f14f92398
commit 87514cb291
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();