summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tboot.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-05-26 19:54:03 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-05-26 19:54:03 (GMT)
commit4ba7a0e373645bb4657382a38a49f8e9cf34d49d (patch)
tree0b04454f78dcc3c55d96483dd186a6b2f4c0165d /tools/testfiles/tboot.ddl
parent02e561fa977a2afed01da8323ed4eb2634287b03 (diff)
downloadhdf5-4ba7a0e373645bb4657382a38a49f8e9cf34d49d.zip
hdf5-4ba7a0e373645bb4657382a38a49f8e9cf34d49d.tar.gz
hdf5-4ba7a0e373645bb4657382a38a49f8e9cf34d49d.tar.bz2
[svn-r8583] Purpose:
added 2 new tests (boot block and file contents) Description: Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/testfiles/tboot.ddl')
-rw-r--r--tools/testfiles/tboot.ddl23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/testfiles/tboot.ddl b/tools/testfiles/tboot.ddl
new file mode 100644
index 0000000..3ccba78
--- /dev/null
+++ b/tools/testfiles/tboot.ddl
@@ -0,0 +1,23 @@
+#############################
+Expected output for 'h5dump -H -B -d compact tfilters.h5'
+#############################
+HDF5 "tfilters.h5" {
+SUPER_BLOCK {
+ SUPERBLOCK_VERSION 0
+ FREELIST_VERSION 0
+ SYMBOLTABLE_VERSION 0
+ OBJECTHEADER_VERSION 0
+ USERBLOCK_VERSION 0
+ OFFSET_SIZE 8
+ LENGTH_SIZE 8
+ BTREE_RANK 16
+ BTREE_LEAF 4
+ FILE_DRIVER H5FD_SEC2
+ ISTORE_K 32
+}
+DATASET "compact" {
+COMMENT "This is a dataset with compact storage"
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
+}
+}