summaryrefslogtreecommitdiff
path: root/test/content_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-15 10:55:40 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-15 10:55:40 +0100
commit10b6c135f34b9d5168142d0a8c3e06f4d91dae4b (patch)
tree72502ea2eb88bfb1530e3ff1c54084f0036d35b5 /test/content_test.cc
parent39c880731c36cffd8310ea536509313de9f5fbd6 (diff)
Temporary debugging.
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..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));
}