diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 09:38:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 09:38:21 +0100 |
| commit | ad4ab402b8548481d0dcda94d7a08c07f4f0750f (patch) | |
| tree | 01a4f6ac10cd560335d9933f7317b4d50b6b2e4b /test | |
| parent | a1201ace8a1d5d3e0a9eca769cb9e0a12bf32693 (diff) | |
| parent | 637610a095ad8e25fc058b06b77ffc8d3bb77ceb (diff) | |
Merge.
Diffstat (limited to 'test')
| -rw-r--r-- | test/colour_conversion_test.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/colour_conversion_test.cc b/test/colour_conversion_test.cc index 3b6a0e198..f8c764975 100644 --- a/test/colour_conversion_test.cc +++ b/test/colour_conversion_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -56,6 +56,7 @@ BOOST_AUTO_TEST_CASE (colour_conversion_test2) " <A>0.055</A>\n" " <B>12.92</B>\n" " </InputTransferFunction>\n" + " <YUVToRGB>0</YUVToRGB>\n" " <RedX>0.64</RedX>\n" " <RedY>0.33</RedY>\n" " <GreenX>0.3</GreenX>\n" @@ -86,6 +87,7 @@ BOOST_AUTO_TEST_CASE (colour_conversion_test3) " <A>0.099</A>\n" " <B>4.5</B>\n" " </InputTransferFunction>\n" + " <YUVToRGB>1</YUVToRGB>\n" " <RedX>0.64</RedX>\n" " <RedY>0.33</RedY>\n" " <GreenX>0.3</GreenX>\n" |
