summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qwavedecoder
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-11-04 13:38:44 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-04 08:19:17 +0100
commite3a8c165eabe139d71a762089ab396e5b492c70b (patch)
tree16d9960d2d20d65e0a5d1becc181c0a7b095d0aa /tests/auto/unit/qwavedecoder
parent7dfb883df639f8d80cec7bd2c51eb37561bc4522 (diff)
Rearrange the automatic tests.
Split them into unit and integration tests. Integration tests really need to be run on the real platform (not in a VM etc) since they are somewhat unstable or nonfunctional otherwise. A few tests were previously broken by QUrl changes and they were repaired. Removed one test since it was not providing a lot of value. There are still a number of tests that rely on Q_AUTOTEST_EXPORT symbols. Change-Id: Ic402abf0af946baa5945075d975b3f584f9ef280 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'tests/auto/unit/qwavedecoder')
-rw-r--r--tests/auto/unit/qwavedecoder/data/corrupt_datadesc_1_16_8000.le.wavbin0 -> 4044 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/corrupt_fmtdesc_1_16_8000.le.wavbin0 -> 4044 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/corrupt_fmtstring_1_16_8000.le.wavbin0 -> 4044 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/empty.wav0
-rwxr-xr-xtests/auto/unit/qwavedecoder/data/gendata.sh68
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_1_16_44100_le.wavbin0 -> 22094 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_1_16_8000_le.wavbin0 -> 4044 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_1_32_44100_le.wavbin0 -> 44180 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_1_32_8000_le.wavbin0 -> 8080 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_1_8_44100.wavbin0 -> 11069 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_1_8_8000.wavbin0 -> 2044 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_2_16_44100_be.wavbin0 -> 44144 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_2_16_8000_be.wavbin0 -> 8044 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_2_32_44100_be.wavbin0 -> 88280 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_2_32_8000_be.wavbin0 -> 16080 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_2_8_44100.wavbin0 -> 22094 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/isawav_2_8_8000.wavbin0 -> 4044 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/nosampledata.wavbin0 -> 44 bytes
-rw-r--r--tests/auto/unit/qwavedecoder/data/notawav.wav1
-rw-r--r--tests/auto/unit/qwavedecoder/data/onebyte.wav1
-rw-r--r--tests/auto/unit/qwavedecoder/qwavedecoder.pro12
-rw-r--r--tests/auto/unit/qwavedecoder/tst_qwavedecoder.cpp326
22 files changed, 408 insertions, 0 deletions
diff --git a/tests/auto/unit/qwavedecoder/data/corrupt_datadesc_1_16_8000.le.wav b/tests/auto/unit/qwavedecoder/data/corrupt_datadesc_1_16_8000.le.wav
new file mode 100644
index 000000000..b6eac4d70
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/corrupt_datadesc_1_16_8000.le.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/corrupt_fmtdesc_1_16_8000.le.wav b/tests/auto/unit/qwavedecoder/data/corrupt_fmtdesc_1_16_8000.le.wav
new file mode 100644
index 000000000..2f0da1370
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/corrupt_fmtdesc_1_16_8000.le.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/corrupt_fmtstring_1_16_8000.le.wav b/tests/auto/unit/qwavedecoder/data/corrupt_fmtstring_1_16_8000.le.wav
new file mode 100644
index 000000000..b14a53c9e
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/corrupt_fmtstring_1_16_8000.le.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/empty.wav b/tests/auto/unit/qwavedecoder/data/empty.wav
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/empty.wav
diff --git a/tests/auto/unit/qwavedecoder/data/gendata.sh b/tests/auto/unit/qwavedecoder/data/gendata.sh
new file mode 100755
index 000000000..0dd82cef7
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/gendata.sh
@@ -0,0 +1,68 @@
+#!/bin/bash
+#############################################################################
+##
+## Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+## All rights reserved.
+## Contact: Nokia Corporation (qt-info@nokia.com)
+##
+## This file is the build configuration utility of the Qt Toolkit.
+##
+## $QT_BEGIN_LICENSE:LGPL$
+## GNU Lesser General Public License Usage
+## This file may be used under the terms of the GNU Lesser General Public
+## License version 2.1 as published by the Free Software Foundation and
+## appearing in the file LICENSE.LGPL included in the packaging of this
+## file. Please review the following information to ensure the GNU Lesser
+## General Public License version 2.1 requirements will be met:
+## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+##
+## In addition, as a special exception, Nokia gives you certain additional
+## rights. These rights are described in the Nokia Qt LGPL Exception
+## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+##
+## GNU General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU General
+## Public License version 3.0 as published by the Free Software Foundation
+## and appearing in the file LICENSE.GPL included in the packaging of this
+## file. Please review the following information to ensure the GNU General
+## Public License version 3.0 requirements will be met:
+## http://www.gnu.org/copyleft/gpl.html.
+##
+## Other Usage
+## Alternatively, this file may be used in accordance with the terms and
+## conditions contained in a signed written agreement between you and Nokia.
+##
+##
+##
+##
+##
+## $QT_END_LICENSE$
+##
+#############################################################################
+
+# Generate some simple test data. Uses "sox".
+
+endian=""
+endian_extn=""
+
+for channel in 1 2; do
+ if [ $channel -eq 1 ]; then
+ endian="little"
+ endian_extn="le"
+ fi
+
+ if [ $channel -eq 2 ]; then
+ endian="big"
+ endian_extn="be"
+ fi
+ for samplebits in 8 16 32; do
+ for samplerate in 44100 8000; do
+ if [ $samplebits -ne 8 ]; then
+ sox -n --endian "${endian}" -c ${channel} -b ${samplebits} -r ${samplerate} isawav_${channel}_${samplebits}_${samplerate}_${endian_extn}.wav synth 0.25 sine 300-3300
+ else
+ sox -n -c ${channel} -b ${samplebits} -r ${samplerate} isawav_${channel}_${samplebits}_${samplerate}.wav synth 0.25 sine 300-3300
+ fi
+ done
+ done
+done
+
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_1_16_44100_le.wav b/tests/auto/unit/qwavedecoder/data/isawav_1_16_44100_le.wav
new file mode 100644
index 000000000..88b1a8379
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_1_16_44100_le.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_1_16_8000_le.wav b/tests/auto/unit/qwavedecoder/data/isawav_1_16_8000_le.wav
new file mode 100644
index 000000000..83a405907
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_1_16_8000_le.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_1_32_44100_le.wav b/tests/auto/unit/qwavedecoder/data/isawav_1_32_44100_le.wav
new file mode 100644
index 000000000..9c437b155
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_1_32_44100_le.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_1_32_8000_le.wav b/tests/auto/unit/qwavedecoder/data/isawav_1_32_8000_le.wav
new file mode 100644
index 000000000..f90a8bc35
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_1_32_8000_le.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_1_8_44100.wav b/tests/auto/unit/qwavedecoder/data/isawav_1_8_44100.wav
new file mode 100644
index 000000000..7d10829ea
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_1_8_44100.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_1_8_8000.wav b/tests/auto/unit/qwavedecoder/data/isawav_1_8_8000.wav
new file mode 100644
index 000000000..76c08e89e
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_1_8_8000.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_2_16_44100_be.wav b/tests/auto/unit/qwavedecoder/data/isawav_2_16_44100_be.wav
new file mode 100644
index 000000000..ca0cd425a
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_2_16_44100_be.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_2_16_8000_be.wav b/tests/auto/unit/qwavedecoder/data/isawav_2_16_8000_be.wav
new file mode 100644
index 000000000..3a684590b
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_2_16_8000_be.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_2_32_44100_be.wav b/tests/auto/unit/qwavedecoder/data/isawav_2_32_44100_be.wav
new file mode 100644
index 000000000..f1aaf2906
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_2_32_44100_be.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_2_32_8000_be.wav b/tests/auto/unit/qwavedecoder/data/isawav_2_32_8000_be.wav
new file mode 100644
index 000000000..c10c20872
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_2_32_8000_be.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_2_8_44100.wav b/tests/auto/unit/qwavedecoder/data/isawav_2_8_44100.wav
new file mode 100644
index 000000000..befd02baf
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_2_8_44100.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/isawav_2_8_8000.wav b/tests/auto/unit/qwavedecoder/data/isawav_2_8_8000.wav
new file mode 100644
index 000000000..ce8b0d06a
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/isawav_2_8_8000.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/nosampledata.wav b/tests/auto/unit/qwavedecoder/data/nosampledata.wav
new file mode 100644
index 000000000..8dbde9545
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/nosampledata.wav
Binary files differ
diff --git a/tests/auto/unit/qwavedecoder/data/notawav.wav b/tests/auto/unit/qwavedecoder/data/notawav.wav
new file mode 100644
index 000000000..36a20ea05
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/notawav.wav
@@ -0,0 +1 @@
+Ceci n'est pas une wav file
diff --git a/tests/auto/unit/qwavedecoder/data/onebyte.wav b/tests/auto/unit/qwavedecoder/data/onebyte.wav
new file mode 100644
index 000000000..d00491fd7
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/data/onebyte.wav
@@ -0,0 +1 @@
+1
diff --git a/tests/auto/unit/qwavedecoder/qwavedecoder.pro b/tests/auto/unit/qwavedecoder/qwavedecoder.pro
new file mode 100644
index 000000000..7428c5c3e
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/qwavedecoder.pro
@@ -0,0 +1,12 @@
+TARGET = tst_qwavedecoder
+HEADERS += $$QT.multimedia.sources/effects/qwavedecoder_p.h
+SOURCES += tst_qwavedecoder.cpp \
+ $$QT.multimedia.sources/effects/qwavedecoder_p.cpp
+
+QT += multimedia-private testlib network
+CONFIG += no_private_qt_headers_warning testcase
+
+data.files = data/*
+data.path = data
+DEPLOYMENT += data
+
diff --git a/tests/auto/unit/qwavedecoder/tst_qwavedecoder.cpp b/tests/auto/unit/qwavedecoder/tst_qwavedecoder.cpp
new file mode 100644
index 000000000..a84879b0c
--- /dev/null
+++ b/tests/auto/unit/qwavedecoder/tst_qwavedecoder.cpp
@@ -0,0 +1,326 @@
+/****************************************************************************
+**
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** This file is part of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** GNU Lesser General Public License Usage
+** This file may be used under the terms of the GNU Lesser General Public
+** License version 2.1 as published by the Free Software Foundation and
+** appearing in the file LICENSE.LGPL included in the packaging of this
+** file. Please review the following information to ensure the GNU Lesser
+** General Public License version 2.1 requirements will be met:
+** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** In addition, as a special exception, Nokia gives you certain additional
+** rights. These rights are described in the Nokia Qt LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
+**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
+**
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+//TESTED_COMPONENT=src/multimedia
+
+#include <QtTest/QtTest>
+#include <private/qwavedecoder_p.h>
+
+#include <QNetworkAccessManager>
+#include <QNetworkRequest>
+#include <QNetworkReply>
+
+#ifndef QTRY_COMPARE
+#define QTRY_COMPARE(__expr, __expected) \
+ do { \
+ const int __step = 50; \
+ const int __timeout = 1000; \
+ if (!(__expr)) { \
+ QTest::qWait(0); \
+ } \
+ for (int __i = 0; __i < __timeout && !((__expr) == (__expected)); __i+=__step) { \
+ QTest::qWait(__step); \
+ } \
+ QCOMPARE(__expr, __expected); \
+ } while (0)
+#endif
+
+
+class tst_QWaveDecoder : public QObject
+{
+ Q_OBJECT
+public:
+ enum Corruption {
+ None = 1,
+ NotAWav = 2,
+ NoSampleData = 4,
+ FormatDescriptor = 8,
+ FormatString = 16,
+ DataDescriptor = 32
+ };
+
+public slots:
+
+ void initTestCase();
+ void cleanupTestCase();
+ void init();
+ void cleanup();
+
+private slots:
+
+ void file_data();
+ void file();
+
+ void http_data() {file_data();}
+ void http();
+
+ void readAllAtOnce();
+ void readPerByte();
+};
+
+void tst_QWaveDecoder::init()
+{
+}
+
+void tst_QWaveDecoder::cleanup()
+{
+}
+
+void tst_QWaveDecoder::initTestCase()
+{
+}
+
+void tst_QWaveDecoder::cleanupTestCase()
+{
+}
+
+void tst_QWaveDecoder::file_data()
+{
+ QTest::addColumn<QString>("file");
+ QTest::addColumn<tst_QWaveDecoder::Corruption>("corruption");
+ QTest::addColumn<int>("channels");
+ QTest::addColumn<int>("samplesize");
+ QTest::addColumn<int>("samplerate");
+ QTest::addColumn<QAudioFormat::Endian>("byteorder");
+
+ QTest::newRow("File is empty") << QString("empty.wav") << tst_QWaveDecoder::NotAWav << -1 << -1 << -1 << QAudioFormat::LittleEndian;
+ QTest::newRow("File is one byte") << QString("onebyte.wav") << tst_QWaveDecoder::NotAWav << -1 << -1 << -1 << QAudioFormat::LittleEndian;
+ QTest::newRow("File is not a wav(text)") << QString("notawav.wav") << tst_QWaveDecoder::NotAWav << -1 << -1 << -1 << QAudioFormat::LittleEndian;
+ QTest::newRow("Wav file has no sample data") << QString("nosampledata.wav") << tst_QWaveDecoder::NoSampleData << -1 << -1 << -1 << QAudioFormat::LittleEndian;
+ QTest::newRow("corrupt fmt chunk descriptor") << QString("corrupt_fmtdesc_1_16_8000.le.wav") << tst_QWaveDecoder::FormatDescriptor << -1 << -1 << -1 << QAudioFormat::LittleEndian;
+ QTest::newRow("corrupt fmt string") << QString("corrupt_fmtstring_1_16_8000.le.wav") << tst_QWaveDecoder::FormatString << -1 << -1 << -1 << QAudioFormat::LittleEndian;
+ QTest::newRow("corrupt data chunk descriptor") << QString("corrupt_datadesc_1_16_8000.le.wav") << tst_QWaveDecoder::DataDescriptor << -1 << -1 << -1 << QAudioFormat::LittleEndian;
+
+ QTest::newRow("File isawav_1_8_8000.wav") << QString("isawav_1_8_8000.wav") << tst_QWaveDecoder::None << 1 << 8 << 8000 << QAudioFormat::LittleEndian;
+ QTest::newRow("File isawav_1_8_44100.wav") << QString("isawav_1_8_44100.wav") << tst_QWaveDecoder::None << 1 << 8 << 44100 << QAudioFormat::LittleEndian;
+ QTest::newRow("File isawav_2_8_8000.wav") << QString("isawav_2_8_8000.wav") << tst_QWaveDecoder::None << 2 << 8 << 8000 << QAudioFormat::LittleEndian;
+ QTest::newRow("File isawav_2_8_44100.wav") << QString("isawav_2_8_44100.wav") << tst_QWaveDecoder::None << 2 << 8 << 44100 << QAudioFormat::LittleEndian;
+
+ QTest::newRow("File isawav_1_16_8000_le.wav") << QString("isawav_1_16_8000_le.wav") << tst_QWaveDecoder::None << 1 << 16 << 8000 << QAudioFormat::LittleEndian;
+ QTest::newRow("File isawav_1_16_44100_le.wav") << QString("isawav_1_16_44100_le.wav") << tst_QWaveDecoder::None << 1 << 16 << 44100 << QAudioFormat::LittleEndian;
+ QTest::newRow("File isawav_2_16_8000_be.wav") << QString("isawav_2_16_8000_be.wav") << tst_QWaveDecoder::None << 2 << 16 << 8000 << QAudioFormat::BigEndian;
+ QTest::newRow("File isawav_2_16_44100_be.wav") << QString("isawav_2_16_44100_be.wav") << tst_QWaveDecoder::None << 2 << 16 << 44100 << QAudioFormat::BigEndian;
+
+ // 32 bit waves are not supported
+ QTest::newRow("File isawav_1_32_8000_le.wav") << QString("isawav_1_32_8000_le.wav") << tst_QWaveDecoder::FormatDescriptor << 1 << 32 << 8000 << QAudioFormat::LittleEndian;
+ QTest::newRow("File isawav_1_32_44100_le.wav") << QString("isawav_1_32_44100_le.wav") << tst_QWaveDecoder::FormatDescriptor << 1 << 32 << 44100 << QAudioFormat::LittleEndian;
+ QTest::newRow("File isawav_2_32_8000_be.wav") << QString("isawav_2_32_8000_be.wav") << tst_QWaveDecoder::FormatDescriptor << 2 << 32 << 8000 << QAudioFormat::BigEndian;
+ QTest::newRow("File isawav_2_32_44100_be.wav") << QString("isawav_2_32_44100_be.wav") << tst_QWaveDecoder::FormatDescriptor << 2 << 32 << 44100 << QAudioFormat::BigEndian;
+}
+
+void tst_QWaveDecoder::file()
+{
+ QFETCH(QString, file);
+ QFETCH(tst_QWaveDecoder::Corruption, corruption);
+ QFETCH(int, channels);
+ QFETCH(int, samplesize);
+ QFETCH(int, samplerate);
+ QFETCH(QAudioFormat::Endian, byteorder);
+
+ QFile stream;
+ stream.setFileName(QString("data/") + file);
+ stream.open(QIODevice::ReadOnly);
+
+ QVERIFY(stream.isOpen());
+
+ QWaveDecoder waveDecoder(&stream);
+ QSignalSpy validFormatSpy(&waveDecoder, SIGNAL(formatKnown()));
+ QSignalSpy parsingErrorSpy(&waveDecoder, SIGNAL(parsingError()));
+
+ if (corruption == NotAWav) {
+ QSKIP("Not all failures detected correctly yet", SkipSingle);
+ QTRY_COMPARE(parsingErrorSpy.count(), 1);
+ QCOMPARE(validFormatSpy.count(), 0);
+ } else if (corruption == NoSampleData) {
+ QTRY_COMPARE(validFormatSpy.count(), 1);
+ QCOMPARE(parsingErrorSpy.count(), 0);
+ QVERIFY(waveDecoder.audioFormat().isValid());
+ QVERIFY(waveDecoder.size() == 0);
+ QVERIFY(waveDecoder.duration() == 0);
+ } else if (corruption == FormatDescriptor) {
+ QTRY_COMPARE(parsingErrorSpy.count(), 1);
+ QCOMPARE(validFormatSpy.count(), 0);
+ } else if (corruption == FormatString) {
+ QTRY_COMPARE(parsingErrorSpy.count(), 1);
+ QCOMPARE(validFormatSpy.count(), 0);
+ QVERIFY(!waveDecoder.audioFormat().isValid());
+ } else if (corruption == DataDescriptor) {
+ QTRY_COMPARE(parsingErrorSpy.count(), 1);
+ QCOMPARE(validFormatSpy.count(), 0);
+ QVERIFY(waveDecoder.size() == 0);
+ } else if (corruption == None) {
+ QTRY_COMPARE(validFormatSpy.count(), 1);
+ QCOMPARE(parsingErrorSpy.count(), 0);
+ QVERIFY(waveDecoder.audioFormat().isValid());
+ QVERIFY(waveDecoder.size() > 0);
+ QVERIFY(waveDecoder.duration() == 250);
+ QAudioFormat format = waveDecoder.audioFormat();
+ QVERIFY(format.isValid());
+ QVERIFY(format.channels() == channels);
+ QVERIFY(format.sampleSize() == samplesize);
+ QVERIFY(format.sampleRate() == samplerate);
+ if (format.sampleSize() != 8) {
+ QVERIFY(format.byteOrder() == byteorder);
+ }
+ }
+
+ stream.close();
+}
+
+void tst_QWaveDecoder::http()
+{
+ QFETCH(QString, file);
+ QFETCH(tst_QWaveDecoder::Corruption, corruption);
+ QFETCH(int, channels);
+ QFETCH(int, samplesize);
+ QFETCH(int, samplerate);
+ QFETCH(QAudioFormat::Endian, byteorder);
+
+ QFile stream;
+ stream.setFileName(QString("data/") + file);
+ stream.open(QIODevice::ReadOnly);
+
+ QVERIFY(stream.isOpen());
+
+ QNetworkAccessManager nam;
+
+ QNetworkReply *reply = nam.get(QNetworkRequest(QUrl::fromLocalFile(QString::fromLatin1("data/") + file)));
+
+ QWaveDecoder waveDecoder(reply);
+ QSignalSpy validFormatSpy(&waveDecoder, SIGNAL(formatKnown()));
+ QSignalSpy parsingErrorSpy(&waveDecoder, SIGNAL(parsingError()));
+
+ if (corruption == NotAWav) {
+ QSKIP("Not all failures detected correctly yet", SkipSingle);
+ QTRY_COMPARE(parsingErrorSpy.count(), 1);
+ QCOMPARE(validFormatSpy.count(), 0);
+ } else if (corruption == NoSampleData) {
+ QTRY_COMPARE(validFormatSpy.count(), 1);
+ QCOMPARE(parsingErrorSpy.count(), 0);
+ QVERIFY(waveDecoder.audioFormat().isValid());
+ QVERIFY(waveDecoder.size() == 0);
+ QVERIFY(waveDecoder.duration() == 0);
+ } else if (corruption == FormatDescriptor) {
+ QTRY_COMPARE(parsingErrorSpy.count(), 1);
+ QCOMPARE(validFormatSpy.count(), 0);
+ } else if (corruption == FormatString) {
+ QTRY_COMPARE(parsingErrorSpy.count(), 1);
+ QCOMPARE(validFormatSpy.count(), 0);
+ QVERIFY(!waveDecoder.audioFormat().isValid());
+ } else if (corruption == DataDescriptor) {
+ QTRY_COMPARE(parsingErrorSpy.count(), 1);
+ QCOMPARE(validFormatSpy.count(), 0);
+ QVERIFY(waveDecoder.size() == 0);
+ } else if (corruption == None) {
+ QTRY_COMPARE(validFormatSpy.count(), 1);
+ QCOMPARE(parsingErrorSpy.count(), 0);
+ QVERIFY(waveDecoder.audioFormat().isValid());
+ QVERIFY(waveDecoder.size() > 0);
+ QVERIFY(waveDecoder.duration() == 250);
+ QAudioFormat format = waveDecoder.audioFormat();
+ QVERIFY(format.isValid());
+ QVERIFY(format.channels() == channels);
+ QVERIFY(format.sampleSize() == samplesize);
+ QVERIFY(format.sampleRate() == samplerate);
+ if (format.sampleSize() != 8) {
+ QVERIFY(format.byteOrder() == byteorder);
+ }
+ }
+
+ delete reply;
+}
+
+void tst_QWaveDecoder::readAllAtOnce()
+{
+ QFile stream;
+ stream.setFileName(QString("data/isawav_2_8_44100.wav"));
+ stream.open(QIODevice::ReadOnly);
+
+ QVERIFY(stream.isOpen());
+
+ QWaveDecoder waveDecoder(&stream);
+ QSignalSpy validFormatSpy(&waveDecoder, SIGNAL(formatKnown()));
+
+ QTRY_COMPARE(validFormatSpy.count(), 1);
+ QVERIFY(waveDecoder.size() > 0);
+
+ QByteArray buffer;
+ buffer.resize(waveDecoder.size());
+
+ qint64 readSize = waveDecoder.read(buffer.data(), waveDecoder.size());
+ QVERIFY(readSize == waveDecoder.size());
+
+ readSize = waveDecoder.read(buffer.data(), 1);
+ QVERIFY(readSize == 0);
+
+ stream.close();
+}
+
+void tst_QWaveDecoder::readPerByte()
+{
+ QFile stream;
+ stream.setFileName(QString("data/isawav_2_8_44100.wav"));
+ stream.open(QIODevice::ReadOnly);
+
+ QVERIFY(stream.isOpen());
+
+ QWaveDecoder waveDecoder(&stream);
+ QSignalSpy validFormatSpy(&waveDecoder, SIGNAL(formatKnown()));
+
+ QTRY_COMPARE(validFormatSpy.count(), 1);
+ QVERIFY(waveDecoder.size() > 0);
+
+ qint64 readSize = 0;
+ char buf;
+ for (int ii = 0; ii < waveDecoder.size(); ++ii)
+ readSize += waveDecoder.read(&buf, 1);
+ QVERIFY(readSize == waveDecoder.size());
+ QVERIFY(waveDecoder.read(&buf,1) == 0);
+
+ stream.close();
+}
+
+Q_DECLARE_METATYPE(tst_QWaveDecoder::Corruption)
+
+QTEST_MAIN(tst_QWaveDecoder)
+
+#include "tst_qwavedecoder.moc"
+