summaryrefslogtreecommitdiffstats
path: root/test/earray.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-21 16:58:13 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-21 16:58:13 (GMT)
commit35de6099e0c9a785d534044655c47aa33cd766b5 (patch)
tree800d4b6280afcec6ba3e41e252432ffab4376fd4 /test/earray.c
parent52ceb04b1f1fd6598a8e7b2f7083e59a969e50a5 (diff)
downloadhdf5-35de6099e0c9a785d534044655c47aa33cd766b5.zip
hdf5-35de6099e0c9a785d534044655c47aa33cd766b5.tar.gz
hdf5-35de6099e0c9a785d534044655c47aa33cd766b5.tar.bz2
[svn-r25452] realign tests with trunk.
Diffstat (limited to 'test/earray.c')
-rw-r--r--test/earray.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/earray.c b/test/earray.c
index f6e7e4c..2d0a399 100644
--- a/test/earray.c
+++ b/test/earray.c
@@ -319,7 +319,7 @@ create_file(hid_t fapl, hid_t *file, H5F_t **f)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (*f = (H5F_t *)H5I_object_verify(*file, H5I_FILE)))
+ if(NULL == (*f = (H5F_t *)H5I_object(*file)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -451,7 +451,7 @@ reopen_file(hid_t *file, H5F_t **f, hid_t fapl, hid_t dxpl,
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (*f = (H5F_t *)H5I_object_verify(*file, H5I_FILE)))
+ if(NULL == (*f = (H5F_t *)H5I_object(*file)))
FAIL_STACK_ERROR
/* Ignore metadata tags in the file's cache */
@@ -1156,7 +1156,7 @@ test_open_twice(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t *tparam)
FAIL_STACK_ERROR
/* Get a pointer to the internal file object */
- if(NULL == (f2 = (H5F_t *)H5I_object_verify(file2, H5I_FILE)))
+ if(NULL == (f2 = (H5F_t *)H5I_object(file2)))
FAIL_STACK_ERROR
/* Open the extensible array through the second file handle */