Adjust the ground-net test, for changed ground routing.
This commit is contained in:
parent
ef3ba040ca
commit
395eb58d14
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void GroundnetTests::testShortestRoute()
|
||||||
FGTaxiNodeRef end = network->findNearestNodeOnRunway(runway->threshold());
|
FGTaxiNodeRef end = network->findNearestNodeOnRunway(runway->threshold());
|
||||||
FGTaxiRoute route = network->findShortestRoute(startParking, end);
|
FGTaxiRoute route = network->findShortestRoute(startParking, end);
|
||||||
CPPUNIT_ASSERT_EQUAL(true, network->exists());
|
CPPUNIT_ASSERT_EQUAL(true, network->exists());
|
||||||
CPPUNIT_ASSERT_EQUAL(25, route.size());
|
CPPUNIT_ASSERT_EQUAL(29, route.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue