diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-04-20 21:34:49 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-04-20 21:34:49 (GMT) |
commit | 4d0fbe96bc085d53f9964a4801bdb89d69edfed5 (patch) | |
tree | d6c227567ba7df7042f6e8bd36160e202757a820 /tools/h5dump/testh5dump.sh.in | |
parent | 73fde75a6c78ff075b610c407a0dd61bc6a24c30 (diff) | |
download | hdf5-4d0fbe96bc085d53f9964a4801bdb89d69edfed5.zip hdf5-4d0fbe96bc085d53f9964a4801bdb89d69edfed5.tar.gz hdf5-4d0fbe96bc085d53f9964a4801bdb89d69edfed5.tar.bz2 |
[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.
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 581d19a..e50055a 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -568,6 +568,9 @@ TOOLTEST thyperslab.ddl thyperslab.h5 # test for displaying dataset and attribute of null space TOOLTEST tnullspace.ddl tnullspace.h5 +# test for displaying dataset and attribute of space with 0 dimension size +TOOLTEST zerodim.ddl zerodim.h5 + # test for long double (some systems do not have long double) #TOOLTEST tldouble.ddl tldouble.h5 |