Jeff Hammerbacher wrote:
Would it make sense to extract these schemas into files under test/schemata/ and
pull them in for the tests in each language?

Yes, that makes sense. Also, Matt's C json test suite could probably be shared with C++, since both implement json parsers.

Note that after AVRO-163 these will go in src/share. Elsewhere in the project (e.g., in the spec) we avoid the pedantic "schemata". Should we avoid it here, naming this src/share/schemas, or stick with it?

Doug

Reply via email to