diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 09:55:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 09:55:20 +0100 |
| commit | 3ac1487997a968278c69728bd5eaa5dcf03b66ca (patch) | |
| tree | dd487956bfe7458826ae7b23e8c8c30f8091bfac /test/recovery_test.cc | |
| parent | 331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (diff) | |
Some comments and test tweaks.
Diffstat (limited to 'test/recovery_test.cc')
| -rw-r--r-- | test/recovery_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recovery_test.cc b/test/recovery_test.cc index 257c512d..754a49e2 100644 --- a/test/recovery_test.cc +++ b/test/recovery_test.cc @@ -26,7 +26,7 @@ using std::string; using boost::shared_ptr; -/* Check that recovery from a partially-written MXF works */ +/** Check that recovery from a partially-written MXF works */ BOOST_AUTO_TEST_CASE (recovery) { Kumu::libdcp_test = true; |
