jamesmudd / jhdf

A pure Java HDF5 library

Home Page:http://jhdf.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add writing interoperability tests

jamesmudd opened this issue · comments

What is the suggestion?

Currently writing tests write a HDF5 file and then read it back with jHDF to verify the contents. In addition it would be good to confirm the file can be read correctly by the HDF5 C library. Suggested here #354 (comment)

How would it be an improvement?

Verify interoperability as more writing support is added.

Additional context

Best approach so far I think is to use h5dump to output XML then parse that in the JUnit test to verify

Main part of this was added in #557 now just needs extending to other platforms in CI

Added macOS #572 and Windows #573