features/flight_committees.feature in flight-0.1.5 vs features/flight_committees.feature in flight-0.1.6
- old
+ new
@@ -182,11 +182,11 @@
And the conclusion of the committee should be "<seats>"
Examples:
| code | seats |
| BP-FM1 | 125.0 |
| BP-BA1 | 120.0 |
- | BP-XX1 | 130.0 |
+ | BP-XX1s | 130.0 |
Scenario Outline: Seats committee from aircraft missing seats
Given a flight emitter
And a characteristic "aircraft.bp_code" of "<code>"
When the "seats" committee is calculated
@@ -263,13 +263,13 @@
And the conclusion of the committee should have a record with "m3" equal to "0"
And the conclusion of the committee should have a record with "m2" equal to "0"
And the conclusion of the committee should have a record with "m1" equal to "4"
And the conclusion of the committee should have a record with "endpoint_fuel" equal to "0"
Examples:
- | code |
- | BP-XX1 |
- | BP-XX3 |
- | BP-XX4 |
+ | code |
+ | BP-XX1f |
+ | BP-XX3 |
+ | BP-XX4 |
Scenario: Fuel use coefficients committee from aircraft class
Given a flight emitter
And a characteristic "aircraft_class.code" of "EX"
When the "fuel_use_coefficients" committee is calculated