summaryrefslogtreecommitdiffstats
path: root/test/tfile.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-02-22 21:45:28 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-02-22 21:45:28 (GMT)
commit807187e2f200e63adb4918dd475d47546c8588e9 (patch)
treea224ffc815e342bb14d29106beaa2ce9fa4730d3 /test/tfile.c
parent19a8216bd52b6a495c4bc989b7d01e9a7ecd46bf (diff)
downloadhdf5-807187e2f200e63adb4918dd475d47546c8588e9.zip
hdf5-807187e2f200e63adb4918dd475d47546c8588e9.tar.gz
hdf5-807187e2f200e63adb4918dd475d47546c8588e9.tar.bz2
[svn-r29183] Fixed missing reopen test call in tfile from HDFFV-8740 fix.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ fortran and C++
Diffstat (limited to 'test/tfile.c')
-rw-r--r--test/tfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tfile.c b/test/tfile.c
index db74720..dff4128 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -3718,6 +3718,7 @@ test_file(void)
test_file_create(); /* Test file creation(also creation templates)*/
test_file_open(); /* Test file opening */
+ test_file_reopen(); /* Test file reopening */
test_file_close(); /* Test file close behavior */
test_get_file_id(); /* Test H5Iget_file_id */
test_get_obj_ids(); /* Test H5Fget_obj_ids for Jira Issue 8528 */