Refactor isThroughStreet/Intersection options (#4751)

* refactor isThroughStreet 
* refactor HaveIdenticalName
* fix a typo in the unit tests
This commit is contained in:
Kajari Ghosh
2018-01-19 13:49:00 -05:00
committed by GitHub
parent 341a5345da
commit 155772f01f
18 changed files with 229 additions and 107 deletions
@@ -44,7 +44,7 @@ class MockScriptingEnvironment : public extractor::ScriptingEnvironment
{
}
bool HasLocationDependentData() const { return false; };
bool HasLocationDependentData() const override { return false; };
};
} // namespace test