re-enable strategy tests

This commit is contained in:
artemp 2017-03-29 15:41:39 +01:00
parent 3e803b52bb
commit 433d95046b

View file

@ -10,7 +10,7 @@
#include <mapnik/proj_strategy.hpp>
#include <mapnik/view_strategy.hpp>
#if 0
TEST_CASE("geometry strategy tests") {
SECTION("proj and view strategy") {
using namespace mapnik::geometry;
@ -184,4 +184,3 @@ SECTION("scaling strategies - double to int64") {
}
} // END SECTION
} // END TEST CASE
#endif