HDF.PInvoke icon indicating copy to clipboard operation
HDF.PInvoke copied to clipboard

HDF5 errors in build log, though succeeding

Open JanWosnitza opened this issue 9 years ago • 1 comments

According to this build log the errors appeared first in 2f550a659707f14c13642ae3691ff24f0ad12170. (there are also some at the end)

JanWosnitza avatar Oct 22 '16 20:10 JanWosnitza

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)

JanWosnitza avatar Jan 16 '17 17:01 JanWosnitza