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/make_black_test.cc | |
| parent | 034feb503b0a38eb82c21ae8d9f83522fc63a25c (diff) | |
Various comment fixes to tests.
Diffstat (limited to 'test/make_black_test.cc')
| -rw-r--r-- | test/make_black_test.cc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/test/make_black_test.cc b/test/make_black_test.cc index 88c1bd0f4..0ae2fd137 100644 --- a/test/make_black_test.cc +++ b/test/make_black_test.cc @@ -17,6 +17,13 @@ */ +/** @file test/make_black_test.cc + * @brief Check that Image::make_black works, and doesn't use values which crash + * sws_scale(). + * + * @see test/image_test.cc + */ + #include <boost/test/unit_test.hpp> #include <dcp/util.h> extern "C" { @@ -27,9 +34,6 @@ extern "C" { using std::list; -/* Check that Image::make_black works, and doesn't use values which crash - sws_scale(). -*/ BOOST_AUTO_TEST_CASE (make_black_test) { dcp::Size in_size (512, 512); |
