handoperatable-feature #432
| @@ -428,6 +428,7 @@ mod test { | |||||||
|                     year_built: None, |                     year_built: None, | ||||||
|                     boatbuilder: "Best Boatbuilder".into(), |                     boatbuilder: "Best Boatbuilder".into(), | ||||||
|                     default_shipmaster_only_steering: true, |                     default_shipmaster_only_steering: true, | ||||||
|  |                     convert_handoperated_possible: false, | ||||||
|                     skull: true, |                     skull: true, | ||||||
|                     external: false, |                     external: false, | ||||||
|                     location_id: Some(1), |                     location_id: Some(1), | ||||||
| @@ -453,6 +454,7 @@ mod test { | |||||||
|                     year_built: None, |                     year_built: None, | ||||||
|                     boatbuilder: "Best Boatbuilder".into(), |                     boatbuilder: "Best Boatbuilder".into(), | ||||||
|                     default_shipmaster_only_steering: true, |                     default_shipmaster_only_steering: true, | ||||||
|  |                     convert_handoperated_possible: false, | ||||||
|                     skull: true, |                     skull: true, | ||||||
|                     external: false, |                     external: false, | ||||||
|                     location_id: Some(1), |                     location_id: Some(1), | ||||||
| @@ -555,6 +557,7 @@ mod test { | |||||||
|             year_built: None, |             year_built: None, | ||||||
|             boatbuilder: None, |             boatbuilder: None, | ||||||
|             default_shipmaster_only_steering: false, |             default_shipmaster_only_steering: false, | ||||||
|  |             convert_handoperated_possible: false, | ||||||
|             skull: true, |             skull: true, | ||||||
|             external: false, |             external: false, | ||||||
|             location_id: 1, |             location_id: 1, | ||||||
| @@ -578,6 +581,7 @@ mod test { | |||||||
|             year_built: None, |             year_built: None, | ||||||
|             boatbuilder: None, |             boatbuilder: None, | ||||||
|             default_shipmaster_only_steering: false, |             default_shipmaster_only_steering: false, | ||||||
|  |             convert_handoperated_possible: false, | ||||||
|             skull: true, |             skull: true, | ||||||
|             external: false, |             external: false, | ||||||
|             location_id: 999, |             location_id: 999, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user