Open JanWosnitza opened 8 years ago
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)
According to this build log the errors appeared first in 2f550a659707f14c13642ae3691ff24f0ad12170. (there are also some at the end)