Demote message about empty MIDI tracks to info.
[ardour.git] / libs / ardour / test / resampled_source_test.cc
index c8ef0f4a95b84cef5926b8278934c55a9af73f66..97bf2e58fe63f012b149e30c38c6f46e8ebdd27d 100644 (file)
@@ -1,5 +1,4 @@
-// this is included first to avoid Searchpath definition on windows
-#include "test_common.h"
+#include "test_util.h"
 
 #include "pbd/file_utils.h"
 #include "ardour/resampled_source.h"
@@ -19,7 +18,7 @@ ResampledSourceTest::seekTest ()
        std::string test_file_path;
        const string test_filename = "test.wav";
 
-       CPPUNIT_ASSERT (find_file_in_search_path (test_search_path (), test_filename, test_file_path));
+       CPPUNIT_ASSERT (find_file (test_search_path (), test_filename, test_file_path));
 
        boost::shared_ptr<SndFileImportableSource> s (new SndFileImportableSource (test_file_path));
        ResampledImportableSource r (s, 48000, SrcBest);