mapnik/test/unit
Matt Amos b21ed59190 Add test for XML parser whitespace trimming behaviour.
This tests the at the XML parser trims whitespace from XML text
nodes. This was already the behaviour of the libxml2 parser, but
not the rapidxml parser.

Note that this makes #2878 pass for the rapidxml parser as well
as the libxml2 parser. It seems that Travis uses the rapidxml
parser only.
2015-06-02 17:50:08 +01:00
..
core remove spurious std::move's (clang - moving a temporary object prevents copy elision [-Wpessimizing-move]) 2015-06-02 14:26:35 +01:00
data pull data from test-data repo 2015-04-26 20:23:02 +02:00
font u_cleanup is called from unit/run.cpp already [skip ci] 2015-05-22 13:56:59 -07:00
geometry catch and remove more spurious std::move's 2015-06-02 15:36:31 +01:00
imaging fixup webp test 2015-05-21 20:42:18 -07:00
pixel Corrected errors in palette unit test and corrected logic in bounding box projection transform 2015-05-15 12:15:27 -05:00
projection Doh, fixing stupid C++ that I wrote after properly writing a unit test 2015-05-15 13:21:51 -05:00
serialization Add test for XML parser whitespace trimming behaviour. 2015-06-02 17:50:08 +01:00
sql reorganize c++ tests 2015-04-25 22:08:12 +02:00
symbolizer reorganize c++ tests 2015-04-25 22:08:12 +02:00
vertex_adapter fix compile on windows (M_PI) [skip ci] 2015-04-29 15:58:13 -07:00
README.md reorganize c++ tests 2015-04-25 22:08:12 +02:00
run.cpp pj_clear_initcache is only available in proj >= 4.8 2015-04-29 18:00:47 -07:00
valgrind.supp ensure clean valgrind run 2015-04-26 23:26:11 +02:00

C++ unit tests

Building

python scons/scons.py test/unit/run

Running

./test/unit/run