From e563727ee7b72881ee163db9b777559c8ceb5074 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 Sep 2013 17:19:59 +0100 Subject: Add round-trip KDM test. Fix various bugs in KDM generation. Some string -> path. --- test/test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.cc') 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"; -- cgit v1.2.3