Fix default path in geodb_test
This commit is contained in:
parent
751e4b1a35
commit
f6ed420e4d
@ -35,7 +35,7 @@ class GeoDBTest {
|
||||
}
|
||||
};
|
||||
|
||||
const std::string GeoDBTest::kDefaultDbName = "/tmp/geodefault/";
|
||||
const std::string GeoDBTest::kDefaultDbName = "/tmp/geodefault";
|
||||
Options GeoDBTest::options = Options();
|
||||
|
||||
// Insert, Get and Remove
|
||||
|
Loading…
x
Reference in New Issue
Block a user