Files
hdf5/tools/testfiles/zerodim.ddl
Raymond Lu 4d0fbe96bc [svn-r20579] Bug 1386 - allowing dimension size to be zero. I added test cases in the tests for h5dump and h5diff. I also added the
test cases in the CMAKE script.

Tested on jam.  But I tested the same change in the trunk with h5committest.
2011-04-20 16:34:49 -05:00

20 lines
426 B
SQL

#############################
Expected output for 'h5dump zerodim.h5'
#############################
HDF5 "zerodim.h5" {
GROUP "/" {
ATTRIBUTE "attr of 0 dimension size" {
DATATYPE H5T_STD_U32LE
DATASPACE SIMPLE { ( 0, 0 ) / ( 0, 0 ) }
DATA {
}
}
DATASET "dset of 0 dimension size" {
DATATYPE H5T_STD_I32BE
DATASPACE SIMPLE { ( 0, 0 ) / ( 0, 0 ) }
DATA {
}
}
}
}