diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-24 17:41:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-24 17:41:00 +0000 |
| commit | 59e769023c392c332331567a1aea94660002c463 (patch) | |
| tree | e68d918e3c48f470a688b8bb5bf95590fb9c4916 /test/scaling_test.cc | |
| parent | 5af65f61bf6eba06c24025d63b43aec896a00c9c (diff) | |
Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker digest calculation.
Diffstat (limited to 'test/scaling_test.cc')
| -rw-r--r-- | test/scaling_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaling_test.cc b/test/scaling_test.cc index d642271c2..441af6bf3 100644 --- a/test/scaling_test.cc +++ b/test/scaling_test.cc @@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE (scaling_test) film->set_name ("scaling_test"); shared_ptr<ImageContent> imc (new ImageContent (film, "test/data/simple_testcard_640x480.png")); - film->examine_and_add_content (imc, true); + film->examine_and_add_content (imc); wait_for_jobs (); |
