Skip to content

Commit

Permalink
fix parameter type in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspardle committed Oct 26, 2016
1 parent fd6e32e commit 87f3d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TEST_CASE("mssql-datatypes") {
p["connection_string"] = MSSQL_CONNECTION_STRING;
p["table"] = "table1";
p["geometry_field"] = "geom";
p["srid"] = 900913;
p["srid"] = "900913";
p["extent"] = "-20037508.34,-20037508.34,20037508.34,20037508.34";
std::shared_ptr<mapnik::datasource> ds = mapnik::datasource_cache::instance().create(p);
auto expected_type = mapnik::datasource::datasource_t::Vector;
Expand Down

0 comments on commit 87f3d6c

Please # to comment.