Make "dbname" private inside pgraster test
This commit is contained in:
parent
7a1315b210
commit
5c564e337d
1 changed files with 2 additions and 0 deletions
|
@ -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") {
|
||||
|
||||
|
|
Loading…
Reference in a new issue