From 88476380be230e68f84cd5ed117af098c4133dd0 Mon Sep 17 00:00:00 2001 From: Vailin Choi Date: Wed, 6 Jul 2016 18:08:42 -0500 Subject: [svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940. Tested on osx1010test, moohan, emu, kituo. --- test/links.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/links.c b/test/links.c index 10bec40..dcea7ce 100644 --- a/test/links.c +++ b/test/links.c @@ -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 */ -- cgit v0.12