summaryrefslogtreecommitdiffstats
path: root/test/external.c
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-07-29 16:22:20 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-07-29 16:22:20 (GMT)
commitf7cc189609f046ccf1b145fae7b97c70b535e137 (patch)
tree325c4ec63ea78154d2bfb7d7613f5d661e2763b7 /test/external.c
parent59d7db40a72142b9027748e762f4b2e8038aefa9 (diff)
downloadhdf5-f7cc189609f046ccf1b145fae7b97c70b535e137.zip
hdf5-f7cc189609f046ccf1b145fae7b97c70b535e137.tar.gz
hdf5-f7cc189609f046ccf1b145fae7b97c70b535e137.tar.bz2
1. Updated the commands for compiling two new tests (external_env.c and vds_env.c).
2. Changed the data file names for external.c and external_env.c to avoid potential name conflict.
Diffstat (limited to 'test/external.c')
-rw-r--r--test/external.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/external.c b/test/external.c
index 9644d86..7e9ecf9 100644
--- a/test/external.c
+++ b/test/external.c
@@ -636,7 +636,7 @@ test_read_file_set(hid_t fapl)
TEST_ERROR
/* Reset the raw data files */
- if(reset_raw_data_files() < 0)
+ if(reset_raw_data_files(FALSE) < 0)
TEST_ERROR
/* Create the file and an initial group. This causes messages about
@@ -776,7 +776,7 @@ test_write_file_set(hid_t fapl)
} /* end for */
/* Reset the raw data files */
- if(reset_raw_data_files() < 0)
+ if(reset_raw_data_files(FALSE) < 0)
TEST_ERROR
/* Create the dataset */
@@ -877,7 +877,7 @@ test_path_absolute(hid_t fapl)
FAIL_STACK_ERROR
/* Reset the raw data files */
- if(reset_raw_data_files() < 0)
+ if(reset_raw_data_files(FALSE) < 0)
TEST_ERROR
/* Create the dcpl */
@@ -973,7 +973,7 @@ test_path_relative(hid_t fapl)
FAIL_STACK_ERROR;
/* Reset the raw data files */
- if(reset_raw_data_files() < 0)
+ if(reset_raw_data_files(FALSE) < 0)
TEST_ERROR
/* Create the dataset */
@@ -1068,7 +1068,7 @@ test_path_relative_cwd(hid_t fapl)
FAIL_STACK_ERROR;
/* Reset the raw data files */
- if(reset_raw_data_files() < 0)
+ if(reset_raw_data_files(FALSE) < 0)
TEST_ERROR
/* Create the dataset */
@@ -1210,7 +1210,7 @@ test_h5d_get_access_plist(hid_t fapl_id)
TEST_ERROR
/* Reset the raw data files */
- if(reset_raw_data_files() < 0)
+ if(reset_raw_data_files(FALSE) < 0)
TEST_ERROR
/* Create the file */