diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 17:19:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 17:19:59 +0100 |
| commit | e563727ee7b72881ee163db9b777559c8ceb5074 (patch) | |
| tree | 691966d59ee49912c6c020f67759ee13ece0a925 /test/error_test.cc | |
| parent | 43465aa4037cec6d351a842a6624a50685d6c127 (diff) | |
Add round-trip KDM test. Fix various bugs in KDM generation. Some string -> path.
Diffstat (limited to 'test/error_test.cc')
| -rw-r--r-- | test/error_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/error_test.cc b/test/error_test.cc index 6992acff..a0f6a0f3 100644 --- a/test/error_test.cc +++ b/test/error_test.cc @@ -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 */ |
