summaryrefslogtreecommitdiff
path: root/test/upmixer_a_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-24 21:10:13 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-24 21:10:13 +0100
commit466216662900d6362f8fa60ed67b778f60413968 (patch)
treef5176d81547061f81830a02e10660ee6ed9d9758 /test/upmixer_a_test.cc
parentc2ad65492410eb40de5fea037a39c7a1a0693a43 (diff)
Fix tests.
Diffstat (limited to 'test/upmixer_a_test.cc')
-rw-r--r--test/upmixer_a_test.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/upmixer_a_test.cc b/test/upmixer_a_test.cc
index 67e909ed2..b115db21b 100644
--- a/test/upmixer_a_test.cc
+++ b/test/upmixer_a_test.cc
@@ -71,10 +71,10 @@ BOOST_AUTO_TEST_CASE (upmixer_a_test)
sf_close (Ls);
sf_close (Rs);
- check_file ("test/data/upmixer_a_test/L.wav", "build/test/upmixer_a_test/L.wav");
- check_file ("test/data/upmixer_a_test/R.wav", "build/test/upmixer_a_test/R.wav");
- check_file ("test/data/upmixer_a_test/C.wav", "build/test/upmixer_a_test/C.wav");
- check_file ("test/data/upmixer_a_test/Lfe.wav", "build/test/upmixer_a_test/Lfe.wav");
- check_file ("test/data/upmixer_a_test/Ls.wav", "build/test/upmixer_a_test/Ls.wav");
- check_file ("test/data/upmixer_a_test/Rs.wav", "build/test/upmixer_a_test/Rs.wav");
+ check_audio_file ("test/data/upmixer_a_test/L.wav", "build/test/upmixer_a_test/L.wav");
+ check_audio_file ("test/data/upmixer_a_test/R.wav", "build/test/upmixer_a_test/R.wav");
+ check_audio_file ("test/data/upmixer_a_test/C.wav", "build/test/upmixer_a_test/C.wav");
+ check_audio_file ("test/data/upmixer_a_test/Lfe.wav", "build/test/upmixer_a_test/Lfe.wav");
+ check_audio_file ("test/data/upmixer_a_test/Ls.wav", "build/test/upmixer_a_test/Ls.wav");
+ check_audio_file ("test/data/upmixer_a_test/Rs.wav", "build/test/upmixer_a_test/Rs.wav");
}