remove unused code
This commit is contained in:
parent
c458cf0c57
commit
d60be13ed8
1 changed files with 0 additions and 3 deletions
|
@ -157,11 +157,8 @@ TEST_CASE("map xml I/O") {
|
|||
} // END SECTION
|
||||
|
||||
SECTION("duplicate styles only throw in strict mode") {
|
||||
std::vector<bfs::path> broken_maps;
|
||||
add_xml_files("test/data/broken_maps", broken_maps);
|
||||
std::string duplicate_stylename("test/data/broken_maps/duplicate_stylename.xml");
|
||||
CAPTURE(duplicate_stylename);
|
||||
|
||||
mapnik::Map m(256, 256);
|
||||
REQUIRE(m.register_fonts("fonts", true));
|
||||
REQUIRE_NOTHROW(mapnik::load_map(m, duplicate_stylename, false));
|
||||
|
|
Loading…
Reference in a new issue