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/cpl_sar_test.cc | |
| parent | 331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (diff) | |
Some comments and test tweaks.
Diffstat (limited to 'test/cpl_sar_test.cc')
| -rw-r--r-- | test/cpl_sar_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc index 691439db..cafa589f 100644 --- a/test/cpl_sar_test.cc +++ b/test/cpl_sar_test.cc @@ -25,9 +25,9 @@ using boost::shared_ptr; -/* Test for a reported bug where <ScreenAspectRatio> in Interop files uses - excessive decimal places and (sometimes) the wrong decimal point character. -*/ +/** Test for a reported bug where <ScreenAspectRatio> in Interop files uses + * excessive decimal places and (sometimes) the wrong decimal point character. + */ BOOST_AUTO_TEST_CASE (cpl_sar) { shared_ptr<dcp::ReelMonoPictureAsset> pa ( |
