diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-11-17 04:07:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-11-17 04:07:50 (GMT) |
commit | dfd01b8331fd3173c396c1ec3e6523db8a8adb9e (patch) | |
tree | 7e1b601d4cf4e9cb32a0dd1d78331ebce7a81204 | |
parent | 15703817a946750ec8f206cd06a9cdb474b88c33 (diff) | |
download | hdf5-dfd01b8331fd3173c396c1ec3e6523db8a8adb9e.zip hdf5-dfd01b8331fd3173c396c1ec3e6523db8a8adb9e.tar.gz hdf5-dfd01b8331fd3173c396c1ec3e6523db8a8adb9e.tar.bz2 |
[svn-r17901] Description:
Final(?) update to expected output after data file updates.
Tested on:
FreeBSD/32 (6.3) duty
(h5committest not required on this branch)
-rw-r--r-- | tools/testfiles/file_space.ddl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/file_space.ddl b/tools/testfiles/file_space.ddl index d4d3a3c..37b3922 100644 --- a/tools/testfiles/file_space.ddl +++ b/tools/testfiles/file_space.ddl @@ -12,8 +12,8 @@ SUPER_BLOCK { BTREE_RANK 16 BTREE_LEAF 4 ISTORE_K 32 - FILE_SPACE_STRATEGY H5F_FILE_SPACE_ALL - FREE_SPACE_THRESHOLD 1 + FILE_SPACE_STRATEGY H5F_FILE_SPACE_AGGR_VFD + FREE_SPACE_THRESHOLD 10 } USER_BLOCK { USERBLOCK_SIZE 0 |