mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r30184] Converted h5_fileaccess() to H5Pcreate() in the sec2 test.
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only w/ various VFDs
This commit is contained in:
parent
b2c8ac133c
commit
c8f4641507
@ -97,7 +97,8 @@ test_sec2(void)
|
||||
h5_reset();
|
||||
|
||||
/* Set property list and file name for SEC2 driver. */
|
||||
fapl_id = h5_fileaccess();
|
||||
if((fapl_id = H5Pcreate(H5P_FILE_ACCESS)) < 0)
|
||||
FAIL_STACK_ERROR;
|
||||
if(H5Pset_fapl_sec2(fapl_id) < 0)
|
||||
FAIL_STACK_ERROR;
|
||||
h5_fixname(FILENAME[0], fapl_id, filename, sizeof(filename));
|
||||
|
Loading…
x
Reference in New Issue
Block a user