summaryrefslogtreecommitdiff
path: root/tests/auto/qsound/tst_qsound.cpp
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2009-10-06 16:00:48 +1000
committerJustin McPherson <justin.mcpherson@nokia.com>2009-10-06 16:01:51 +1000
commit2a18238357e3442a2e9a6eb2fe8b9ff78704c174 (patch)
tree04f99de883289db0660d9f089c9ef489a7f5018d /tests/auto/qsound/tst_qsound.cpp
parent0a90113262eab4e05bf73c0b69b1f5633a10e768 (diff)
downloadqt4-tools-2a18238357e3442a2e9a6eb2fe8b9ff78704c174.tar.gz
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.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 76451e384f..dd5f2ced73 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);