diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-18 14:51:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-18 14:51:49 +0000 |
| commit | 95dc81ecbc031b6ffaee2053884115de4ee4b393 (patch) | |
| tree | b6f7fd430fe5de560bc6505eafc9c4e3729e7bed /test/time_test.cc | |
| parent | c41e0eb748cd39ce6ebe0c7c354e99ccf87a951b (diff) | |
| parent | 485794f8322b090a22da841961025b19642e42a2 (diff) | |
Merge branch '1.0' of git.carlh.net:git/libsub into 1.0
Diffstat (limited to 'test/time_test.cc')
| -rw-r--r-- | test/time_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time_test.cc b/test/time_test.cc index 76f9a7b..a4dae50 100644 --- a/test/time_test.cc +++ b/test/time_test.cc @@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE (time_construction_test) BOOST_AUTO_TEST_CASE (time_conversion_test) { sub::Time p; - + /* 40ms = 1 frame at 25fps */ p = sub::Time::from_hms (3, 5, 7, 40); BOOST_CHECK_EQUAL (p.frames_at (sub::Rational (25, 1)), 1); |
