summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integration')
-rw-r--r--tests/auto/integration/qsoundeffect_concurrent/tst_qsoundeffect_concurrent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/integration/qsoundeffect_concurrent/tst_qsoundeffect_concurrent.cpp b/tests/auto/integration/qsoundeffect_concurrent/tst_qsoundeffect_concurrent.cpp
index 5789ac16d..f68dc0bd7 100644
--- a/tests/auto/integration/qsoundeffect_concurrent/tst_qsoundeffect_concurrent.cpp
+++ b/tests/auto/integration/qsoundeffect_concurrent/tst_qsoundeffect_concurrent.cpp
@@ -25,7 +25,7 @@ private Q_SLOTS:
// See also QTBUG-129597
void play_playsSound_whenMediaBackendInitializedOnWorkerThread()
{
- const QUrl url{ "qrc:double-drop.wav"_L1 };
+ const QUrl url{ "qrc:/double-drop.wav"_L1 };
QAtomicInteger success = true;
size_t threadCount = 3;