summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcvs2svn <no_author@cvs2svn>2000-05-31 17:37:17 (GMT)
committercvs2svn <no_author@cvs2svn>2000-05-31 17:37:17 (GMT)
commit4ee39d737c04c43a5f3b34c3e553b91c66de04c2 (patch)
tree81c2b9344ee40a44a6dfd57b6961ede780bf9625 /tools
parent8130eaff8febf2b27a52b24f31cc92004aa4f677 (diff)
downloadhdf5-4ee39d737c04c43a5f3b34c3e553b91c66de04c2.zip
hdf5-4ee39d737c04c43a5f3b34c3e553b91c66de04c2.tar.gz
hdf5-4ee39d737c04c43a5f3b34c3e553b91c66de04c2.tar.bz2
[svn-r2314] This commit was manufactured by cvs2svn to create branch 'hdf5_1_2'.
Diffstat (limited to 'tools')
-rw-r--r--tools/testfiles/tbitfields-1.ddl26
-rw-r--r--tools/testfiles/tbitfields.h5bin0 -> 2704 bytes
2 files changed, 26 insertions, 0 deletions
diff --git a/tools/testfiles/tbitfields-1.ddl b/tools/testfiles/tbitfields-1.ddl
new file mode 100644
index 0000000..038c6d3
--- /dev/null
+++ b/tools/testfiles/tbitfields-1.ddl
@@ -0,0 +1,26 @@
+#############################
+Expected output for 'h5dump tbitfields.h5'
+#############################
+HDF5 "tbitfields.h5" {
+GROUP "/" {
+ GROUP "typetests" {
+ DATASET "bitfield_1" {
+ DATATYPE { H5T_STD_B8LE }
+ DATASPACE { SIMPLE ( 32 ) / ( 32 ) }
+ DATA {
+ 0xff, 0xfe, 0xfd, 0xfc, 0xfb, 0xfa, 0xf9, 0xf8, 0xf7, 0xf6, 0xf5,
+ 0xf4, 0xf3, 0xf2, 0xf1, 0xf0, 0xef, 0xee, 0xed, 0xec, 0xeb, 0xea,
+ 0xe9, 0xe8, 0xe7, 0xe6, 0xe5, 0xe4, 0xe3, 0xe2, 0xe1, 0xe0
+ }
+ }
+ DATASET "bitfield_2" {
+ DATATYPE { H5T_STD_B16LE }
+ DATASPACE { SIMPLE ( 16 ) / ( 16 ) }
+ DATA {
+ 0xfffe, 0xfdfc, 0xfbfa, 0xf9f8, 0xf7f6, 0xf5f4, 0xf3f2, 0xf1f0,
+ 0xefee, 0xedec, 0xebea, 0xe9e8, 0xe7e6, 0xe5e4, 0xe3e2, 0xe1e0
+ }
+ }
+ }
+}
+}
diff --git a/tools/testfiles/tbitfields.h5 b/tools/testfiles/tbitfields.h5
new file mode 100644
index 0000000..c14b1f0
--- /dev/null
+++ b/tools/testfiles/tbitfields.h5
Binary files differ