clean up -> remove *.index

This commit is contained in:
artemp 2015-10-23 13:17:18 +01:00
parent 35a420927e
commit b0bcf86aaa

View file

@ -257,10 +257,10 @@ TEST_CASE("csv") {
else
{
CHECK(bool(get_csv_ds(path.native())));
if (mapnik::util::exists(path.native() + ".index"))
{
CHECK(mapnik::util::remove(path.native() + ".index"));
}
}
if (mapnik::util::exists(path.native() + ".index"))
{
CHECK(mapnik::util::remove(path.native() + ".index"));
}
}
}