Mercurial > hg > svcore
diff data/fileio/test/AudioFileReaderTest.h @ 808:67003fb58ba4
Merge from branch "qt5". This revision actually builds with Qt4 (late releases) or Qt5, though it will warn on configure with Qt4.
author | Chris Cannam |
---|---|
date | Tue, 14 May 2013 12:36:05 +0100 |
parents | 2b3a8ae04597 |
children | bb7ea947c60d |
line wrap: on
line diff
--- a/data/fileio/test/AudioFileReaderTest.h Wed May 08 09:36:49 2013 +0100 +++ b/data/fileio/test/AudioFileReaderTest.h Tue May 14 12:36:05 2013 +0100 @@ -78,7 +78,7 @@ if (bits.length() > 2) nominalDepth = bits[2].toInt(); if (!reader) { - QSKIP("Unsupported file, skipping", SkipSingle); + QSKIP("Unsupported file, skipping"); } QCOMPARE((int)reader->getChannelCount(), nominalChannels);