From 10b6c135f34b9d5168142d0a8c3e06f4d91dae4b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 15 Aug 2018 10:55:40 +0100 Subject: [PATCH] Temporary debugging. --- test/content_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/content_test.cc b/test/content_test.cc index b077a96d6..31484c0d2 100644 --- a/test/content_test.cc +++ b/test/content_test.cc @@ -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)); } -- 2.30.2