()
| 897 | )) |
| 898 | ); |
| 899 | |
| 900 | Ok(()) |
| 901 | } |
| 902 | |
| 903 | #[test] |
| 904 | fn test_avro_3448_proper_multi_level_decoding_middle_namespace() -> TestResult { |
| 905 | // if encoding fails in this test check the corresponding test in encode |
| 906 | let schema = r#" |
| 907 | { |
| 908 | "name": "record_name", |
| 909 | "namespace": "space", |
| 910 | "type": "record", |
| 911 | "fields": [ |
| 912 | { |
| 913 | "name": "outer_field_1", |
| 914 | "type": [ |
| 915 | "null", |