mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Fix typo
This commit is contained in:
parent
cd290ddecb
commit
bd1be52990
@ -242,7 +242,7 @@ public class TestH5E {
|
||||
|
||||
try {
|
||||
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) {
|
||||
err.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user