diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-05-11 20:45:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-05-11 20:45:54 (GMT) |
commit | f49dc381271ac53a508628856787463668789772 (patch) | |
tree | d424cac8fb50120d9080086d54fd8d98a0977d03 /MANIFEST | |
parent | 2e7d42a43c60753d99d3bed37d121ca30ac5db1c (diff) | |
download | hdf5-f49dc381271ac53a508628856787463668789772.zip hdf5-f49dc381271ac53a508628856787463668789772.tar.gz hdf5-f49dc381271ac53a508628856787463668789772.tar.bz2 |
[svn-r20796] Refactor print_data_region_blocks/ponts to remove context passed in by value. The print functions needed an independent context with only the current indent level passed in by argument. Also synched the two routines logical flows and corrected a mem_space error.
h5dump (and h5stat, h5jam/h5unjam) help option not tested. Added h5dump parse_command_line technique for h5stat and h5jam/unjam and created testfiles.
Tested: local linux
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1173,6 +1173,7 @@ ./tools/testfiles/packedbits.ddl ./tools/testfiles/file_space.h5 ./tools/testfiles/file_space.ddl +./tools/testfiles/h5dump-help.txt ./tools/testfiles/tall-1.ddl ./tools/testfiles/tall-2.ddl ./tools/testfiles/tall-3.ddl @@ -1803,11 +1804,13 @@ # test files for jam ./tools/h5jam/testfiles/twithub.h5 +./tools/h5jam/testfiles/twithub513.h5 +./tools/h5jam/testfiles/h5jam-help.txt +./tools/h5jam/testfiles/h5unjam-help.txt ./tools/h5jam/testfiles/u10.txt ./tools/h5jam/testfiles/tall.h5 ./tools/h5jam/testfiles/u511.txt ./tools/h5jam/testfiles/u512.txt -./tools/h5jam/testfiles/twithub513.h5 ./tools/h5jam/testfiles/u513.txt # test files for h5copy |