diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-29 20:57:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-29 20:57:02 +0100 |
| commit | 233bb3f790aef3c8f9a7a7fde9875833b7dc1dfb (patch) | |
| tree | bdf3969586b1d393a0dc7affe184573d2efb4c66 /test/recover_test.cc | |
| parent | 034feb503b0a38eb82c21ae8d9f83522fc63a25c (diff) | |
Various comment fixes to tests.
Diffstat (limited to 'test/recover_test.cc')
| -rw-r--r-- | test/recover_test.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc index acb4acaf8..dfbc9f60d 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -17,6 +17,10 @@ */ +/** @file test/recover_test.cc + * @brief Test recovery of a DCP transcode after a crash. + */ + #include <boost/test/unit_test.hpp> #include <dcp/stereo_picture_mxf.h> #include "lib/film.h" @@ -35,7 +39,6 @@ note (dcp::NoteType, string n) cout << n << "\n"; } -/** Test recovery of a DCP transcode after a crash */ BOOST_AUTO_TEST_CASE (recover_test) { shared_ptr<Film> film = new_test_film ("recover_test"); |
