Portree-Kid / flightgear-airports

GNU General Public License v3.0
6 stars 1 forks source link

Check Pushback Holding Point : Test Conditions #69

Closed BecOzIcan closed 3 years ago

BecOzIcan commented 4 years ago

Tests for each single Pushback Holding Point (PHP)

The PHP IS connected to at least one Pushback Route Segment (no maximum) Error Message "Pushback Holding Point not Connected to Pushback Route"

The PHP Each Pushback Holding Point IS NOT connected to more than one Bidirectional segment Error Message "Too many Taxi routes from Pushback Holding Point"

The PHP IS NOT connected to any Uni Directional segment Error Message "Pushback Holding Point Exit route is not bidirectional"

Portree-Kid commented 3 years ago
"PUSHBACK_NOT_CONNECTED": ["Pushback Holding Point not Connected to Pushback Route", ""],
"TO_MANY_PUSHBACK_ROUTES": ["Too many Taxi routes from Pushback Holding Point", ""],
"PUSHBACK_EXIT_NOT_BIDRECTIONAL": ["Pushback Holding Point Exit route is not bidirectional", ""]

An alternative long description can be added now. It's shown on mouse over

Portree-Kid commented 3 years ago

Done in 0.0.22