diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-22 15:42:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-22 15:42:42 (GMT) |
commit | 3a1ac3e4f8b603b2c77d222e9a39c35a0f9fb168 (patch) | |
tree | 0fd981291a4ceb3253718ceea82e652853f47a8d /tools/testfiles/tcontiguos.ddl | |
parent | a5f1d15035deb7b400f6228da936f1b96664aa35 (diff) | |
download | hdf5-3a1ac3e4f8b603b2c77d222e9a39c35a0f9fb168.zip hdf5-3a1ac3e4f8b603b2c77d222e9a39c35a0f9fb168.tar.gz hdf5-3a1ac3e4f8b603b2c77d222e9a39c35a0f9fb168.tar.bz2 |
[svn-r8718] Purpose:
bug fix
Description:
the name of a dataset in one test had a typo
Solution:
Platforms tested:
linux (small change )
Misc. update:
Diffstat (limited to 'tools/testfiles/tcontiguos.ddl')
-rw-r--r-- | tools/testfiles/tcontiguos.ddl | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/tools/testfiles/tcontiguos.ddl b/tools/testfiles/tcontiguos.ddl index 7c26099..be2d2ba 100644 --- a/tools/testfiles/tcontiguos.ddl +++ b/tools/testfiles/tcontiguos.ddl @@ -1,8 +1,20 @@ ############################# -Expected output for 'h5dump -H -p -d contiguos tfilters.h5' +Expected output for 'h5dump -H -p -d contiguous tfilters.h5' ############################# HDF5 "tfilters.h5" { -DATASET "contiguos" { +DATASET "contiguous" { +COMMENT "This is a dataset with contiguous storage" + DATATYPE H5T_STD_I32LE + DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) } + STORAGE_LAYOUT { + CONTIGUOUS + SIZE 800 + OFFSET 4096 } + FILLVALUE { + FILL_TIME IFSET + ALLOC_TIME LATE + VALUE -99 + } +} } -h5dump error: unable to open dataset "contiguos" |