This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch avro-3900-custom-name-validators
in repository https://gitbox.apache.org/repos/asf/avro.git
from 2e6a40190 AVRO-3900: Simplify generate_interop_data.rs example to not
use avro_test_helper crate
add 36813935f AVRO-3900: Merge the validators integration tests in one test
No new revisions were added by this update.
Summary of changes:
lang/rust/avro/tests/validator_enum_symbol_name.rs | 44 ------------
.../rust/avro/tests/validator_record_field_name.rs | 49 -------------
lang/rust/avro/tests/validator_schema_name.rs | 44 ------------
lang/rust/avro/tests/validator_schema_namespace.rs | 44 ------------
lang/rust/avro/tests/validators.rs | 81 ++++++++++++++++++++++
5 files changed, 81 insertions(+), 181 deletions(-)
delete mode 100644 lang/rust/avro/tests/validator_enum_symbol_name.rs
delete mode 100644 lang/rust/avro/tests/validator_record_field_name.rs
delete mode 100644 lang/rust/avro/tests/validator_schema_name.rs
delete mode 100644 lang/rust/avro/tests/validator_schema_namespace.rs
create mode 100644 lang/rust/avro/tests/validators.rs