summaryrefslogtreecommitdiff
path: root/test/repeat_frame_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 14:29:25 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 14:29:25 +0100
commitf030e63e223379c25d049d66f9ddd2c779619cec (patch)
treeea4b34f317f525ebc90939d0b3a7fb1249803306 /test/repeat_frame_test.cc
parent34c6465e14a9654c01e32bcb54a59ff35dc551f9 (diff)
Some comments in tests.
Diffstat (limited to 'test/repeat_frame_test.cc')
-rw-r--r--test/repeat_frame_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc
index 1d19d269e..d836fcbdd 100644
--- a/test/repeat_frame_test.cc
+++ b/test/repeat_frame_test.cc
@@ -50,6 +50,7 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
film->make_dcp ();
wait_for_jobs ();
+ /* Should be 32 frames of red */
check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ()));
}