summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsound/tst_qsound.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-28 00:19:24 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-29 03:26:56 (GMT)
commit526fdcafdba2b2984924b09b68c473b5160443a1 (patch)
tree12444de599be9a6cafe0bf0f1c53c9837c8032eb /tests/auto/qsound/tst_qsound.cpp
parentcabfa68f3e37e79a18775a9970f6d166e75ece07 (diff)
downloadQt-526fdcafdba2b2984924b09b68c473b5160443a1.zip
Qt-526fdcafdba2b2984924b09b68c473b5160443a1.tar.gz
Qt-526fdcafdba2b2984924b09b68c473b5160443a1.tar.bz2
Change all valid Task-Tracker references to bugreports.qt.nokia.com reference.
Diffstat (limited to 'tests/auto/qsound/tst_qsound.cpp')
-rw-r--r--tests/auto/qsound/tst_qsound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsound/tst_qsound.cpp b/tests/auto/qsound/tst_qsound.cpp
index fdbf6a2..56a330b 100644
--- a/tests/auto/qsound/tst_qsound.cpp
+++ b/tests/auto/qsound/tst_qsound.cpp
@@ -66,7 +66,7 @@ void tst_QSound::checkFinished()
QTest::qWait(5000);
#if defined(Q_WS_QWS)
- QEXPECT_FAIL("", "QSound buggy on embedded (task 122221)", Abort);
+ QEXPECT_FAIL("", "QSound buggy on embedded (task QTBUG-157)", Abort);
#endif
QVERIFY(sound.isFinished() );
}