Small steps towards rolling backwards..
[ardour.git] / libs / ardour / test / resampled_source_test.cc
index 5aaf71b7aaf5b89da03a811d0388108274fcae4a..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);