This commit is contained in:
Allen Byrne 2018-09-19 08:59:03 -05:00
parent cd290ddecb
commit bd1be52990

View File

@ -242,7 +242,7 @@ public class TestH5E {
try { try {
num_msg = H5.H5Eget_num(estack_id); num_msg = H5.H5Eget_num(estack_id);
assertTrue("testH5Epush #:" + num_msg, num_msg == TestH5E.ERRSTACK_CNT + 1); assertTrue("testH5Epush #:" + num_msg, num_msg == TestH5E.ERRSTACK_MTY_CNT + 1);
} }
catch (Throwable err) { catch (Throwable err) {
err.printStackTrace(); err.printStackTrace();