Mercurial > hg > svcore
comparison data/fileio/test/svcore-data-fileio-test.cpp @ 1392:667e369cfeab
LogRange tests
author | Chris Cannam |
---|---|
date | Tue, 28 Feb 2017 11:21:49 +0000 |
parents | 1c9bbbb6116a |
children | 87ae75da6527 b5283878cca2 |
comparison
equal
deleted
inserted
replaced
1391:2c0e04062a99 | 1392:667e369cfeab |
---|---|
41 if (testDir != "") { | 41 if (testDir != "") { |
42 cerr << "Setting test directory base path to \"" << testDir << "\"" << endl; | 42 cerr << "Setting test directory base path to \"" << testDir << "\"" << endl; |
43 } | 43 } |
44 | 44 |
45 QCoreApplication app(argc, argv); | 45 QCoreApplication app(argc, argv); |
46 app.setOrganizationName("Sonic Visualiser"); | 46 app.setOrganizationName("sonic-visualiser"); |
47 app.setApplicationName("test-fileio"); | 47 app.setApplicationName("test-fileio"); |
48 | 48 |
49 { | 49 { |
50 AudioFileReaderTest t(testDir); | 50 AudioFileReaderTest t(testDir); |
51 if (QTest::qExec(&t, argc, argv) == 0) ++good; | 51 if (QTest::qExec(&t, argc, argv) == 0) ++good; |