Archived
0
This commit is contained in:
iMoHax
2014-08-21 20:10:40 +04:00
parent d70bbb005c
commit 5dea7a6fcd

View File

@@ -359,7 +359,7 @@ public class PathRouteTest extends Assert {
path = path.getRoot(); path = path.getRoot();
assertEquals(620, path.getProfit(), 0.0001); assertEquals(620, path.getProfit(), 0.0001);
assertEquals(2, path.getLandsCount()); assertEquals(3, path.getLandsCount());
path = path.getNext(); path = path.getNext();
Collection<Order> orders = path.getOrders(); Collection<Order> orders = path.getOrders();