diff data/fileio/test/AudioFileReaderTest.h @ 763:2b3a8ae04597 qt5

Get remainder of svcore building with Qt5
author Chris Cannam
date Mon, 11 Mar 2013 13:55:22 +0000
parents a43acbe3988f
children bb7ea947c60d
line wrap: on
line diff
--- a/data/fileio/test/AudioFileReaderTest.h	Mon Mar 11 13:42:01 2013 +0000
+++ b/data/fileio/test/AudioFileReaderTest.h	Mon Mar 11 13:55:22 2013 +0000
@@ -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);