summaryrefslogtreecommitdiff
path: root/test/content_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/content_test.cc')
-rw-r--r--test/content_test.cc1
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));
}