remove debug stderr + update data
This commit is contained in:
parent
6c3d9bb2a2
commit
d7e2f63f89
2 changed files with 1 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit cb1e7f2ed8f2482bf8fb370981ec450922fa36de
|
||||
Subproject commit cbf02d3a9d173c27c69541df347dfbd22c6c1612
|
|
@ -216,7 +216,6 @@ TEST_CASE("csv") {
|
|||
for (auto const &lon_name : {std::string("lon"), std::string("lng")})
|
||||
{
|
||||
auto ds = get_csv_ds((boost::format("test/data/csv/%1%_lat.csv") % lon_name).str());
|
||||
std::cerr << (boost::format("test/data/csv/%1%_lat.csv") % lon_name).str() << std::endl;
|
||||
auto fields = ds->get_descriptor().get_descriptors();
|
||||
require_field_names(fields, {lon_name, "lat"});
|
||||
require_field_types(fields, {mapnik::Integer, mapnik::Integer});
|
||||
|
|
Loading…
Reference in a new issue