Use ImageMagick for test stuff.
[dcpomatic.git] / test / content_test.cc
index 31484c0d234c676afcd261f9f23ac896466e9085..398c88be26f7aa7b0a39729e80aac313cbd013d5 100644 (file)
@@ -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 */
-
-       cout << to_string(content->position()) << " " << DCPTime::from_seconds(15.0 / 25.0) << "\n";
-       BOOST_CHECK (content->position() == DCPTime::from_seconds (15.0 / 25.0));
 }