From f030e63e223379c25d049d66f9ddd2c779619cec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Jun 2015 14:29:25 +0100 Subject: Some comments in tests. --- test/scaling_test.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/scaling_test.cc') diff --git a/test/scaling_test.cc b/test/scaling_test.cc index 105683ad1..8d9df8977 100644 --- a/test/scaling_test.cc +++ b/test/scaling_test.cc @@ -66,12 +66,18 @@ BOOST_AUTO_TEST_CASE (scaling_test) imc->set_video_length (1); + /* F-133: 133 image in a flat container */ scaling_test_for (film, imc, "133", "185"); + /* F: flat image in a flat container */ scaling_test_for (film, imc, "185", "185"); + /* F-S: scope image in a flat container */ scaling_test_for (film, imc, "239", "185"); + /* S-133: 133 image in a scope container */ scaling_test_for (film, imc, "133", "239"); + /* S-F: flat image in a scope container */ scaling_test_for (film, imc, "185", "239"); + /* S: scope image in a scope container */ scaling_test_for (film, imc, "239", "239"); } -- cgit v1.2.3