summaryrefslogtreecommitdiff
path: root/test/upmixer_a_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-30 10:37:19 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-30 10:37:19 +0100
commiteea4471bb8c681b9130d4c5049f386b240a3ac3a (patch)
tree1260fa1e98c6e6139a50999fb7c1b2b40bcf55c5 /test/upmixer_a_test.cc
parent9024e783e54d5e857b5285b07405f887e6181930 (diff)
Rename test method.
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 2dccedacb..651ac7f38 100644
--- a/test/upmixer_a_test.cc
+++ b/test/upmixer_a_test.cc
@@ -89,10 +89,10 @@ BOOST_AUTO_TEST_CASE (upmixer_a_test)
sf_close (Ls);
sf_close (Rs);
- 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");
+ check_wav_file ("test/data/upmixer_a_test/L.wav", "build/test/upmixer_a_test/L.wav");
+ check_wav_file ("test/data/upmixer_a_test/R.wav", "build/test/upmixer_a_test/R.wav");
+ check_wav_file ("test/data/upmixer_a_test/C.wav", "build/test/upmixer_a_test/C.wav");
+ check_wav_file ("test/data/upmixer_a_test/Lfe.wav", "build/test/upmixer_a_test/Lfe.wav");
+ check_wav_file ("test/data/upmixer_a_test/Ls.wav", "build/test/upmixer_a_test/Ls.wav");
+ check_wav_file ("test/data/upmixer_a_test/Rs.wav", "build/test/upmixer_a_test/Rs.wav");
}