Fix tests
This commit is contained in:
parent
62dbdc955d
commit
08337f4ccd
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ public class RouterTestsSuite {
|
|||
for (int i = 0; i < tests.getLength(); i++) {
|
||||
Element e = (Element) tests.item(i);
|
||||
BinaryRoutePlanner router = new BinaryRoutePlanner(lib, rs);
|
||||
RoutingConfiguration.DEFAULT_DESIRABLE_TILES_IN_MEMORY = 50;
|
||||
testRoute(e, router, config);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue