HDF.PInvoke
HDF.PInvoke copied to clipboard
HDF5 errors in build log, though succeeding
According to this build log the errors appeared first in 2f550a659707f14c13642ae3691ff24f0ad12170. (there are also some at the end)
The errors occur when an Assert tests for errors.
e.g. Assert.IsFalse(H5A.close(Utilities.RandomInvalidHandle()) >= 0); prints errors into the console.
Maybe the error printing should be disabled for the tests? (like I did in #106)