Rename test method.
[dcpomatic.git] / test / test.cc
index b81d20134d7b9024c5d0e131c3c66a0795a56007..7e0f5734035bcd54dc8c9c0ec721e3e9e66d6c4e 100644 (file)
@@ -120,7 +120,7 @@ new_test_film (string name)
 }
 
 void
-check_audio_file (boost::filesystem::path ref, boost::filesystem::path check)
+check_wav_file (boost::filesystem::path ref, boost::filesystem::path check)
 {
        SF_INFO ref_info;
        ref_info.format = 0;