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