summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-11-17 02:43:53 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-11-17 02:43:53 (GMT)
commitc88695da2e28ea7ccbe66f1ca53c6fa8dcc119e4 (patch)
tree75a55168f060923789c55bd53c8447f41647dcd6
parentaedecd83a1ea3142b6d608373c4cbd500d2542d5 (diff)
downloadhdf5-c88695da2e28ea7ccbe66f1ca53c6fa8dcc119e4.zip
hdf5-c88695da2e28ea7ccbe66f1ca53c6fa8dcc119e4.tar.gz
hdf5-c88695da2e28ea7ccbe66f1ca53c6fa8dcc119e4.tar.bz2
[svn-r17898] Description:
Regenerate h5stat testfile after recent corrections to object header message info. Tested on: FreeBSD/32 6.3 (duty) (too minor to require h5committest)
-rw-r--r--tools/h5stat/h5stat_gentest.c2
-rw-r--r--tools/h5stat/testfiles/h5stat_newgrat.ddl22
-rw-r--r--tools/h5stat/testfiles/h5stat_newgrat.h5bin6367669 -> 6369482 bytes
3 files changed, 12 insertions, 12 deletions
diff --git a/tools/h5stat/h5stat_gentest.c b/tools/h5stat/h5stat_gentest.c
index e0ad3e2..e333128 100644
--- a/tools/h5stat/h5stat_gentest.c
+++ b/tools/h5stat/h5stat_gentest.c
@@ -59,7 +59,7 @@ static void gen_file(void)
/* Set file space handling strategy */
fcpl = H5Pcreate(H5P_FILE_CREATE);
- ret = H5Pset_file_space(fcpl, H5F_FILE_SPACE_ALL_PERSIST, 0);
+ ret = H5Pset_file_space(fcpl, H5F_FILE_SPACE_ALL_PERSIST, (hsize_t)0);
assert(ret >= 0);
/* Create dataset */
diff --git a/tools/h5stat/testfiles/h5stat_newgrat.ddl b/tools/h5stat/testfiles/h5stat_newgrat.ddl
index c2f6152..b93fa17 100644
--- a/tools/h5stat/testfiles/h5stat_newgrat.ddl
+++ b/tools/h5stat/testfiles/h5stat_newgrat.ddl
@@ -33,8 +33,8 @@ File space information for file metadata (in bytes):
B-tree/List: 0
Heap: 0
Free-space managers:
- Header: 1350
- Amount of free space: 4463
+ Header: 1584
+ Amount of free space: 6042
Small groups:
# of groups of size 0: 35000
Total # of small groups: 35000
@@ -84,19 +84,19 @@ Free-space section threshold: 1 bytes
Small size free-space sections (< 10 bytes):
# of sections of size 1: 1
# of sections of size 2: 12
- # of sections of size 3: 3
+ # of sections of size 3: 1
# of sections of size 7: 1
# of sections of size 8: 2
- Total # of small size sections: 19
+ Total # of small size sections: 17
Free-space section bins:
- # of sections of size 1 - 9: 19
- # of sections of size 10 - 99: 44
- # of sections of size 100 - 999: 18
- Total # of sections: 81
+ # of sections of size 1 - 9: 17
+ # of sections of size 10 - 99: 49
+ # of sections of size 100 - 999: 27
+ Total # of sections: 93
File space management strategy: H5F_FILE_SPACE_ALL_PERSIST
Summary of file space information:
- File metadata: 6363206 bytes
+ File metadata: 6363440 bytes
Raw data: 0 bytes
- Amount/Percent of tracked free space: 4463 bytes/0.1%
+ Amount/Percent of tracked free space: 6042 bytes/0.1%
Unaccounted space: 0 bytes
-Total space: 6367669 bytes
+Total space: 6369482 bytes
diff --git a/tools/h5stat/testfiles/h5stat_newgrat.h5 b/tools/h5stat/testfiles/h5stat_newgrat.h5
index 1db0205..cb5f47f 100644
--- a/tools/h5stat/testfiles/h5stat_newgrat.h5
+++ b/tools/h5stat/testfiles/h5stat_newgrat.h5
Binary files differ