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/test.cc | |
| parent | 43465aa4037cec6d351a842a6624a50685d6c127 (diff) | |
Add round-trip KDM test. Fix various bugs in KDM generation. Some string -> path.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.cc b/test/test.cc index 926eb0fb..72d0c7dd 100644 --- a/test/test.cc +++ b/test/test.cc @@ -34,13 +34,13 @@ struct TestConfig BOOST_GLOBAL_FIXTURE (TestConfig); -string +boost::filesystem::path j2c (int) { return "test/data/32x32_red_square.j2c"; } -string +boost::filesystem::path wav (libdcp::Channel) { return "test/data/1s_24-bit_48k_silence.wav"; |
