diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-15 19:56:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-15 19:56:34 +0100 |
| commit | 7d293a3268c320f474d42fef15548635c3cb40b0 (patch) | |
| tree | d5b6fddfee25a780059fdeae5e838bb2a6d2e1ec /test | |
| parent | 4d1f0c6e97656a815f49f9240edb6bc427c58cc6 (diff) | |
| parent | 32e2c7b2a3cfabc9110f0b4720cc5d48185f9934 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'test')
| -rw-r--r-- | test/content_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/content_test.cc b/test/content_test.cc index b077a96d6..330bbdc94 100644 --- a/test/content_test.cc +++ b/test/content_test.cc @@ -123,5 +123,6 @@ BOOST_AUTO_TEST_CASE (content_test3) /* Likewise position */ + std::cout << to_string(content->position()) << " " << to_string(DCPTime::from_seconds(15.0 / 25.0)) << "\n"; BOOST_CHECK (content->position() == DCPTime::from_seconds (15.0 / 25.0)); } |
