re-enable geometry_strategy_test

This commit is contained in:
artemp 2016-07-06 17:45:13 +01:00
parent c478849eba
commit d810ce46f2

View file

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