Add round-trip KDM test. Fix various bugs in KDM generation. Some string -> path.
[libdcp.git] / test / error_test.cc
index 6992acff0e87579277c9a28d86a808ab05e4f95c..a0f6a0f3948ce4bd1d0d340f8300093a64fca830 100644 (file)
@@ -34,7 +34,7 @@ BOOST_AUTO_TEST_CASE (error_test)
        libdcp::DCP d ("build/test/fred");
 
        /* Random filename that does not exist */
-       vector<string> p;
+       vector<boost::filesystem::path> p;
        p.push_back ("frobozz");
 
        /* Trying to create video/audio MXFs using a non-existant file should throw an exception */