Fix default path in geodb_test

main
Igor Canadi 10 years ago
parent 751e4b1a35
commit f6ed420e4d
  1. 2
      utilities/geodb/geodb_test.cc

@ -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…
Cancel
Save