mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r7920] Purpose:
Bug fix Description: Correct a couple of minor problems with 1.6 compat mode. Platforms tested: FreeBSD 4.9 (sleipnir) not tested in h5committest
This commit is contained in:
parent
31431be374
commit
e71e53c743
@ -766,7 +766,7 @@ H5Eget_major(H5E_major_t maj)
|
||||
char *msg_str;
|
||||
char *ret_value = NULL;
|
||||
|
||||
FUNC_ENTER_API(H5Eget_major)
|
||||
FUNC_ENTER_API_NOCLEAR(H5Eget_major,NULL)
|
||||
|
||||
/* Get the message object */
|
||||
if((msg = H5I_object_verify(maj, H5I_ERROR_MSG))==NULL)
|
||||
@ -816,7 +816,7 @@ H5Eget_minor(H5E_minor_t min)
|
||||
char *msg_str;
|
||||
char *ret_value = NULL;
|
||||
|
||||
FUNC_ENTER_API(H5Eget_minor)
|
||||
FUNC_ENTER_API_NOCLEAR(H5Eget_minor,NULL)
|
||||
|
||||
/* Get the message object */
|
||||
if((msg = H5I_object_verify(min, H5I_ERROR_MSG))==NULL)
|
||||
|
@ -2,7 +2,7 @@
|
||||
Expected output for err_compat
|
||||
#############################
|
||||
Testing error API based on data I/O All error API tests passed.
|
||||
This program tests the Error API compatible with HDF5 v1.6. There're supposed to be some error messages
|
||||
This program tests the Error API compatible with HDF5 vversion (number) There're supposed to be some error messages
|
||||
********* Print error stack in HDF5 default way *********
|
||||
HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in main(): Error test failed
|
||||
|
Loading…
x
Reference in New Issue
Block a user