summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsound
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-28 10:19:24 +1000
committerWarwick Allison <warwick.allison@nokia.com>2009-10-29 13:26:56 +1000
commit526fdcafdba2b2984924b09b68c473b5160443a1 (patch)
tree12444de599be9a6cafe0bf0f1c53c9837c8032eb /tests/auto/qsound
parentcabfa68f3e37e79a18775a9970f6d166e75ece07 (diff)
Change all valid Task-Tracker references to bugreports.qt.nokia.com reference.
Diffstat (limited to 'tests/auto/qsound')
-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 fdbf6a26b1..56a330b590 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() );
}