mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-19 16:28:16 +00:00
Move common pg testing code into "testing" namespace
This is more consistent with the other testing code which is also in this namespace.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
static testing::db::import_t db;
|
||||
|
||||
static void require_tables(pg::conn_t const &conn)
|
||||
static void require_tables(testing::pg::conn_t const &conn)
|
||||
{
|
||||
conn.require_has_table("osm2pgsql_test_point");
|
||||
conn.require_has_table("osm2pgsql_test_line");
|
||||
|
Reference in New Issue
Block a user