From 3a1ac3e4f8b603b2c77d222e9a39c35a0f9fb168 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 22 Jun 2004 10:42:42 -0500 Subject: [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: --- tools/h5dump/testh5dump.sh.in | 2 +- tools/testfiles/tcontiguos.ddl | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index cb9d398..0c40861 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -224,7 +224,7 @@ TOOLTEST tcontents.ddl -n tfilters.h5 # compact TOOLTEST tcompact.ddl -H -p -d compact tfilters.h5 # contiguous -TOOLTEST tcontiguos.ddl -H -p -d contiguos tfilters.h5 +TOOLTEST tcontiguos.ddl -H -p -d contiguous tfilters.h5 # chunked TOOLTEST tchunked.ddl -H -p -d chunked tfilters.h5 # external 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" -- cgit v0.12