Update test

This commit is contained in:
Artem Pavlenko 2021-03-15 18:10:09 +00:00
parent 387d54fe9d
commit 56d63073b4

View file

@ -34,11 +34,11 @@ SECTION("handling") {
// https://github.com/mapnik/mapnik/issues/2170
try {
mapnik::projection srs("+proj=longlat foo",true);
mapnik::projection srs("epsg:4326 foo",true);
REQUIRE(srs.is_geographic());
REQUIRE(true);
srs.init_proj();
// oddly init_proj4 does not throw with old proj/ubuntu precise
// oddly init_proj does not throw with old proj/ubuntu precise
//REQUIRE(false);
} catch (...) {
REQUIRE(true);