X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fcontent_test.cc;h=398c88be26f7aa7b0a39729e80aac313cbd013d5;hb=10b9dfec41caf38bd111e7a8a03c73ebe04489b5;hp=330bbdc9462a3094d45253816859ab0698651ed6;hpb=bb990ccc49ee724a8af2ad80bde066374af4b68a;p=dcpomatic.git diff --git a/test/content_test.cc b/test/content_test.cc index 330bbdc94..398c88be2 100644 --- a/test/content_test.cc +++ b/test/content_test.cc @@ -120,9 +120,4 @@ BOOST_AUTO_TEST_CASE (content_test3) /* Check that trim is fixed when the content's video frame rate is `forced' */ BOOST_CHECK (content->trim_start() == ContentTime::from_seconds (15.0 / 25.0)); - - /* 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)); }