Mercurial > hg > svcore
comparison data/fileio/test/AudioFileReaderTest.h @ 1263:abfc498c52bc 3.0-integration
Test fixes
author | Chris Cannam |
---|---|
date | Tue, 15 Nov 2016 16:54:02 +0000 |
parents | 843f67be0ed9 |
children | fc9cef5e988d |
comparison
equal
deleted
inserted
replaced
1262:c4f873749ab5 | 1263:abfc498c52bc |
---|---|
29 | 29 |
30 #include <iostream> | 30 #include <iostream> |
31 | 31 |
32 using namespace std; | 32 using namespace std; |
33 | 33 |
34 static QString audioDir = "testfiles"; | 34 static QString audioDir = "svcore/data/fileio/test/testfiles"; |
35 | 35 |
36 class AudioFileReaderTest : public QObject | 36 class AudioFileReaderTest : public QObject |
37 { | 37 { |
38 Q_OBJECT | 38 Q_OBJECT |
39 | 39 |