mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940.
Tested on osx1010test, moohan, emu, kituo.
This commit is contained in:
parent
130f8135ca
commit
88476380be
@ -7378,7 +7378,7 @@ external_link_with_committed_datatype(hid_t fapl, hbool_t new_format)
|
||||
FAIL_STACK_ERROR
|
||||
|
||||
/* Open the group which is externally linked to target file */
|
||||
if((gid1 = H5Gopen(fid1, "link_to_2", H5P_DEFAULT)) < 0)
|
||||
if((gid1 = H5Gopen2(fid1, "link_to_2", H5P_DEFAULT)) < 0)
|
||||
FAIL_STACK_ERROR
|
||||
|
||||
/* Create a copy of integer datatype */
|
||||
@ -7480,7 +7480,7 @@ external_link_with_committed_datatype(hid_t fapl, hbool_t new_format)
|
||||
FAIL_STACK_ERROR
|
||||
|
||||
/* Open the committed datatype in the mainfile */
|
||||
if((tid = H5Topen(fid1, "myDatatype", H5P_DEFAULT)) < 0)
|
||||
if((tid = H5Topen2(fid1, "myDatatype", H5P_DEFAULT)) < 0)
|
||||
FAIL_STACK_ERROR
|
||||
|
||||
/* Verify the datatype is committed */
|
||||
@ -7488,7 +7488,7 @@ external_link_with_committed_datatype(hid_t fapl, hbool_t new_format)
|
||||
FAIL_STACK_ERROR
|
||||
|
||||
/* Open the group which is externally linked to target file */
|
||||
if((gid1 = H5Gopen(fid1, "link_to_2", H5P_DEFAULT)) < 0)
|
||||
if((gid1 = H5Gopen2(fid1, "link_to_2", H5P_DEFAULT)) < 0)
|
||||
FAIL_STACK_ERROR
|
||||
|
||||
/* Open the attribute attached to the group */
|
||||
|
Loading…
x
Reference in New Issue
Block a user