On 23/05/2016 10:12, Masayoshi Okutsu wrote:
On 5/23/2016 5:10 PM, Alan Bateman wrote:
Is there anything that we can do with the binary files? In the case
of the .ser file then could it be a byte[] in the test with an
execution mode that re-generates it? There is also at least one .data
file that looks to be the serialized version of a bad ChoiceFormat
and maybe that could be moved into the source too.
I think it's OK for these tests to use ByteArrayInputStream to test
serialization compatibility. I will convert the binary files to source
files.
Thanks, that would be great and should avoid needing to checking in any
binary files.
-Alan