cleanup
This commit is contained in:
parent
dd95662648
commit
e63405626b
1 changed files with 0 additions and 5 deletions
|
@ -533,11 +533,6 @@ TEST_CASE("csv") {
|
||||||
|
|
||||||
SECTION("creation of CSV from in-memory strings with bogus headers")
|
SECTION("creation of CSV from in-memory strings with bogus headers")
|
||||||
{
|
{
|
||||||
std::string csv =
|
|
||||||
"latitude, longtitude, Name\n" // misspellt (!)
|
|
||||||
"120.15,48.47,Winhrop"
|
|
||||||
;
|
|
||||||
|
|
||||||
mapnik::parameters params;
|
mapnik::parameters params;
|
||||||
params["type"] = std::string("csv");
|
params["type"] = std::string("csv");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue