Make "dbname" private inside pgraster test

This commit is contained in:
Sandro Santilli 2016-03-18 09:45:19 +01:00
parent 7a1315b210
commit 5c564e337d

View file

@ -61,7 +61,9 @@ int run(std::string const& command, bool okay_to_fail = false)
return worked;
}
namespace {
std::string dbname("mapnik-tmp-postgis-test-db");
}
TEST_CASE("postgis") {