diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-04-11 15:59:41 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-04-11 15:59:41 (GMT) |
commit | a67dbbaf810f44b7b05a72fa38fa1da621651896 (patch) | |
tree | b73ce8a66ddf048d9d14247525e860ea77e9ff59 /test/Makefile.in | |
parent | 338beff4e4744011d703c4ffecb58f2c2a34b292 (diff) | |
download | hdf5-a67dbbaf810f44b7b05a72fa38fa1da621651896.zip hdf5-a67dbbaf810f44b7b05a72fa38fa1da621651896.tar.gz hdf5-a67dbbaf810f44b7b05a72fa38fa1da621651896.tar.bz2 |
[svn-r20469] Bug 1386 - allow dimension size to be zero even though it isn't unlimited. This is a follow-up checkin for r20440:
1. I added a test case of extending dataset of zero dimension size and shrinking back to zero dimension size.
2. I updated the Makefile to include the new data file to be cleaned up.
Tested on jam - relatively simple.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 98fa754..3c2a57a 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -714,7 +714,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog accum.h5 cmpd_dset.h5 \ max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 \ huge_chunks.h5 chunk_cache.h5 big_chunk.h5 chunk_expand.h5 \ copy_dcpl_newfile.h5 extend.h5 istore.h5 extlinks*.h5 \ - frspace.h5 links*.h5 sys_file1 tfile[1-5].h5 th5s[1-3].h5 \ + frspace.h5 links*.h5 sys_file1 tfile[1-5].h5 th5s[1-4].h5 \ lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 \ extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 \ links[0-6]*.h5 extlinks[0-15].h5 tmp big.data \ |