test/test_schema_compatibility.rb in avro-1.10.1 vs test/test_schema_compatibility.rb in avro-1.10.2
- old
+ new
@@ -23,10 +23,12 @@
assert_true(can_read?(send("#{schema_type}_schema"), send("#{schema_type}_schema")))
end
end
def test_compatible_reader_writer_pairs
+ cached_schema = a_int_record1_schema
[
+ cached_schema, cached_schema,
long_schema, int_schema,
float_schema, int_schema,
float_schema, long_schema,
double_schema, long_schema,
double_schema, int_schema,