diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-01-06 02:18:20 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-01-06 02:18:20 (GMT) |
commit | 8c1c416d4d0e948befe5436a34c11f2c86bcc745 (patch) | |
tree | 02ed773da77bf6cf628072d8d09c361cd386fbf8 /MANIFEST | |
parent | 84dc43d3136c423ee774c0f73515d9faecef0156 (diff) | |
download | hdf5-8c1c416d4d0e948befe5436a34c11f2c86bcc745.zip hdf5-8c1c416d4d0e948befe5436a34c11f2c86bcc745.tar.gz hdf5-8c1c416d4d0e948befe5436a34c11f2c86bcc745.tar.bz2 |
[svn-r4784]
Purpose:
feature add
Description:
Added ability to h5dumper to dump Group comments.
Solution:
Stole the code from h5ls that does this and put it into the h5dumper
code. Modified the DDL to reflect the newest change. Added a testcase
(tgrp_comments.*) to test that it's actually doing the comments
correctly.
Small modification to H5G.c. The error comment should have said that
it couldn't "get" the comment instead of "set" the comment...
Platforms tested:
Dangermouse, Kelgai, Modi4
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1077,6 +1077,8 @@ ./tools/testfiles/tgroup-1.ddl ./tools/testfiles/tgroup-2.ddl ./tools/testfiles/tgroup.h5 +./tools/testfiles/tgrp_comments.ddl +./tools/testfiles/tgrp_comments.h5 ./tools/testfiles/thlink-1.ddl ./tools/testfiles/thlink-2.ddl ./tools/testfiles/thlink-3.ddl |