1
0
Fork 0

Adjust the ground-net test, for changed ground routing.

This commit is contained in:
James Turner 2022-01-14 07:57:57 +01:00
parent ef3ba040ca
commit 395eb58d14

View file

@ -94,7 +94,7 @@ void GroundnetTests::testShortestRoute()
FGTaxiNodeRef end = network->findNearestNodeOnRunway(runway->threshold());
FGTaxiRoute route = network->findShortestRoute(startParking, end);
CPPUNIT_ASSERT_EQUAL(true, network->exists());
CPPUNIT_ASSERT_EQUAL(25, route.size());
CPPUNIT_ASSERT_EQUAL(29, route.size());
}
/**