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
+1 -1
View File
@@ -1,4 +1,4 @@
#define BOOST_TEST_MODULE customizer tests
#define BOOST_TEST_MODULE updater tests
#include <boost/test/unit_test.hpp>