Temporary debugging.
authorCarl Hetherington <cth@carlh.net>
Wed, 15 Aug 2018 09:55:40 +0000 (10:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 15 Aug 2018 09:55:40 +0000 (10:55 +0100)
test/content_test.cc

index b077a96d659c3cf9c3ea82616e6dd2cbc4aa2847..31484c0d234c676afcd261f9f23ac896466e9085 100644 (file)
@@ -123,5 +123,6 @@ BOOST_AUTO_TEST_CASE (content_test3)
 
        /* 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));
 }