Fix default path in geodb_test

This commit is contained in:
Igor Canadi 2014-04-07 13:04:16 -07:00
parent 751e4b1a35
commit f6ed420e4d

View File

@ -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