diff options
author | Kurt Korbatits <kurt.korbatits@nokia.com> | 2010-01-15 03:45:37 (GMT) |
---|---|---|
committer | Kurt Korbatits <kurt.korbatits@nokia.com> | 2010-01-15 03:45:37 (GMT) |
commit | 24a7ea490394d5a1df0dfb323c8733d3ee76b539 (patch) | |
tree | 74130f60f4f904ecefb76316496e1c35583597d1 | |
parent | ecd0b1744442cba83d9bcad899f7b09cb99f2d92 (diff) | |
download | Qt-24a7ea490394d5a1df0dfb323c8733d3ee76b539.zip Qt-24a7ea490394d5a1df0dfb323c8733d3ee76b539.tar.gz Qt-24a7ea490394d5a1df0dfb323c8733d3ee76b539.tar.bz2 |
Fixed error in unit test xml file.
Entry was qaudiodeviceid instead of qaudiodeviceinfo.
Reviewed-by:Justin McPherson
-rw-r--r-- | tests/auto/tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tests.xml b/tests/auto/tests.xml index f197de0..efbc4b0 100644 --- a/tests/auto/tests.xml +++ b/tests/auto/tests.xml @@ -272,7 +272,7 @@ <Test name="qsocks5socketengine" location="tests/auto/qsocks5socketengine/tst_qsocks5socketengine" /> <Test name="qsortfilterproxymodel" location="tests/auto/qsortfilterproxymodel/tst_qsortfilterproxymodel" /> <Test name="qsound" location="tests/auto/qsound/tst_qsound" /> - <Test name="qaudiodeviceid" location="tests/auto/qaudiodeviceid/tst_qaudiodeviceid" /> + <Test name="qaudiodeviceinfo" location="tests/auto/qaudiodeviceinfo/tst_qaudiodeviceinfo" /> <Test name="qaudioformat" location="tests/auto/qaudioformat/tst_qaudioformat" /> <Test name="qaudiooutput" location="tests/auto/qaudiooutput/tst_qaudiooutput" /> <Test name="qaudioinput" location="tests/auto/qaudioinput/tst_qaudioinput" /> |