summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qsound/tst_qsound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/kernel/qsound/tst_qsound.cpp')
-rw-r--r--tests/auto/widgets/kernel/qsound/tst_qsound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/widgets/kernel/qsound/tst_qsound.cpp b/tests/auto/widgets/kernel/qsound/tst_qsound.cpp
index 7450549f47..1b8907b1be 100644
--- a/tests/auto/widgets/kernel/qsound/tst_qsound.cpp
+++ b/tests/auto/widgets/kernel/qsound/tst_qsound.cpp
@@ -60,7 +60,7 @@ private slots:
void tst_QSound::checkFinished()
{
#if defined(Q_WS_QPA)
- QSKIP("QSound is not implemented on Lighthouse", SkipAll);
+ QSKIP("QSound is not implemented on Lighthouse");
#else
QSound sound(SRCDIR"4.wav");
sound.setLoops(3);
@@ -76,7 +76,7 @@ void tst_QSound::checkFinished()
void tst_QSound::staticPlay()
{
- QSKIP("Test disabled -- only for manual purposes", SkipAll);
+ QSKIP("Test disabled -- only for manual purposes");
#if !defined(Q_WS_QPA)
// Check that you hear sound with static play also.
QSound::play(SRCDIR"4.wav");