diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2009-10-06 06:00:48 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2009-10-06 06:01:51 (GMT) |
commit | 2a18238357e3442a2e9a6eb2fe8b9ff78704c174 (patch) | |
tree | 04f99de883289db0660d9f089c9ef489a7f5018d /tests/auto/qsound/tst_qsound.cpp | |
parent | 0a90113262eab4e05bf73c0b69b1f5633a10e768 (diff) | |
download | Qt-2a18238357e3442a2e9a6eb2fe8b9ff78704c174.zip Qt-2a18238357e3442a2e9a6eb2fe8b9ff78704c174.tar.gz Qt-2a18238357e3442a2e9a6eb2fe8b9ff78704c174.tar.bz2 |
Fix auto test for QSound; find test wav file.
Reviewed-by: Bill King
Diffstat (limited to 'tests/auto/qsound/tst_qsound.cpp')
-rw-r--r-- | tests/auto/qsound/tst_qsound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsound/tst_qsound.cpp b/tests/auto/qsound/tst_qsound.cpp index 76451e3..dd5f2ce 100644 --- a/tests/auto/qsound/tst_qsound.cpp +++ b/tests/auto/qsound/tst_qsound.cpp @@ -56,7 +56,7 @@ private slots: void tst_QSound::checkFinished() { - QSound sound("4.wav"); + QSound sound(SRCDIR"4.wav"); sound.setLoops(3); sound.play(); QTest::qWait(5000); |