summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-04-07 15:53:35 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-04-07 15:53:35 (GMT)
commit59f29fa02f3fd04a94afaf8069d73cae35a4a7e6 (patch)
tree5868beff32314462b534d797d80872e61d220a57 /tools/testfiles
parent7c6a99f05cbc16db5dd3d99140cf0737e18d1db2 (diff)
downloadhdf5-59f29fa02f3fd04a94afaf8069d73cae35a4a7e6.zip
hdf5-59f29fa02f3fd04a94afaf8069d73cae35a4a7e6.tar.gz
hdf5-59f29fa02f3fd04a94afaf8069d73cae35a4a7e6.tar.bz2
[svn-r14802] bug fix: #1106 h5dump -b will dump ASCII values for datasets after the first one. One variable that controls the binary output was incorrectly reset to zero after a binary output was done a first time. The effect was that on cases of several datasets, the ones after the first were not binary written. Eliminated the resetting of that variable and tested a file with several datasets. Modified the test file so that it is easier to test with the tool binread, that reads the binary output of h5dump.
tested: windows, linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/tbin4.ddl2
-rw-r--r--tools/testfiles/tbinary.h5bin806144 -> 2144 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tbin4.ddl b/tools/testfiles/tbin4.ddl
index 89849e4..78a6cd2 100644
--- a/tools/testfiles/tbin4.ddl
+++ b/tools/testfiles/tbin4.ddl
@@ -1,7 +1,7 @@
HDF5 "tbinary.h5" {
DATASET "double" {
DATATYPE H5T_IEEE_F64LE
- DATASPACE SIMPLE { ( 100000 ) / ( 100000 ) }
+ DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
DATA {
}
}
diff --git a/tools/testfiles/tbinary.h5 b/tools/testfiles/tbinary.h5
index 691b008..4b2e2c0 100644
--- a/tools/testfiles/tbinary.h5
+++ b/tools/testfiles/tbinary.h5
Binary files differ