Fix tests

This commit is contained in:
Victor Shcherb 2012-07-14 17:25:26 +02:00
parent 62dbdc955d
commit 08337f4ccd

View file

@ -123,6 +123,7 @@ public class RouterTestsSuite {
for (int i = 0; i < tests.getLength(); i++) { for (int i = 0; i < tests.getLength(); i++) {
Element e = (Element) tests.item(i); Element e = (Element) tests.item(i);
BinaryRoutePlanner router = new BinaryRoutePlanner(lib, rs); BinaryRoutePlanner router = new BinaryRoutePlanner(lib, rs);
RoutingConfiguration.DEFAULT_DESIRABLE_TILES_IN_MEMORY = 50;
testRoute(e, router, config); testRoute(e, router, config);
} }