Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 26, 2018
1 parent c458cf0 commit d60be13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/standalone/map_xml_test.cpp
Expand Up @@ -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));
Expand Down

0 comments on commit d60be13

Please sign in to comment.