From 807187e2f200e63adb4918dd475d47546c8588e9 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 22 Feb 2016 16:45:28 -0500 Subject: [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++ --- test/tfile.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v0.12