summaryrefslogtreecommitdiff
path: root/test/play_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 16:51:07 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 16:51:07 +0100
commit38fda7888663429d452b9c71902e8bb5239dd720 (patch)
tree93d05ef9dc1e3d04d198452393dd626717f6346c /test/play_test.cc
parent89ea093ab1ed7a526b9332922c674d9eca42d7f2 (diff)
Remove some dcp prefixes; better logging of content on DCP creation.
Diffstat (limited to 'test/play_test.cc')
-rw-r--r--test/play_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/play_test.cc b/test/play_test.cc
index c1dabe620..52b54408b 100644
--- a/test/play_test.cc
+++ b/test/play_test.cc
@@ -98,7 +98,7 @@ BOOST_AUTO_TEST_CASE (play_test)
BOOST_CHECK_EQUAL (B->video_length(), 16);
/* Film should have been set to 25fps */
- BOOST_CHECK_EQUAL (film->dcp_video_frame_rate(), 25);
+ BOOST_CHECK_EQUAL (film->video_frame_rate(), 25);
BOOST_CHECK_EQUAL (A->start(), 0);
/* A is 16 frames long at 25 fps */