mapnik/tests/cxx
Blake Thompson 5d9f047002 Fixed some issues in color and bindings where you could create a color and premultiplied was not set and it was resulting in it being assigned randomly, causing some issues at runtime.
Updated some images in visual tests that were orginally set prior to all tiffs being premultiplied, this was causing a slight difference in a few pixels.

Updated the tiff tests a lot.

Fixed tiff reader so that it always considers everything read from RGB or RGBA as premultiplied. This is due to the fact that RGBA reader always premultiplies the alpha no matter its original form.

Put in a fix so that the file does not exist no longer shows up in the test running.

Fixed some failing tests in the c++ test due to tiffs now always being premultiplied for RGB(A)
2015-01-24 20:48:15 -06:00
..
build.py new c++ tiff tests - refs #2491 2014-12-08 14:52:52 -05:00
catch.hpp new c++ tiff tests - refs #2491 2014-12-08 14:52:52 -05:00
README.md new c++ tiff tests - refs #2491 2014-12-08 14:52:52 -05:00
test_main.cpp Removed all the code for the previous type of image and image_32. Ref #2633 2015-01-21 17:57:16 -06:00
tiff_io.cpp Fixed some issues in color and bindings where you could create a color and premultiplied was not set and it was resulting in it being assigned randomly, causing some issues at runtime. 2015-01-24 20:48:15 -06:00
valgrind.supp new c++ tiff tests - refs #2491 2014-12-08 14:52:52 -05:00

Catch C++ tests

Building

python scons/scons.py tests/cxx/run

Running

./tests/cxx/run