diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-24 21:10:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-24 21:10:13 +0100 |
| commit | 466216662900d6362f8fa60ed67b778f60413968 (patch) | |
| tree | f5176d81547061f81830a02e10660ee6ed9d9758 /test/player_test.cc | |
| parent | c2ad65492410eb40de5fea037a39c7a1a0693a43 (diff) | |
Fix tests.
Diffstat (limited to 'test/player_test.cc')
| -rw-r--r-- | test/player_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/player_test.cc b/test/player_test.cc index d48060242..b6f864f82 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -49,7 +49,7 @@ BOOST_AUTO_TEST_CASE (player_overlaps_test) film->examine_and_add_content (C); wait_for_jobs (); - BOOST_CHECK_EQUAL (A->full_length(), DCPTime (280000)); + BOOST_CHECK_EQUAL (A->full_length(), DCPTime (288000)); A->set_position (DCPTime::from_seconds (0)); B->set_position (DCPTime::from_seconds (10)); |
