diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-04-02 18:26:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-04-02 18:26:00 (GMT) |
commit | b797818c8ba9625f37058451075986a06391f90c (patch) | |
tree | 13224afe6e8fec08b2e1a6ee868bd3333eff5777 /tools/h5repack | |
parent | 41f7a9fb39a015d3ac1b2b0c2153d164f60a7531 (diff) | |
download | hdf5-b797818c8ba9625f37058451075986a06391f90c.zip hdf5-b797818c8ba9625f37058451075986a06391f90c.tar.gz hdf5-b797818c8ba9625f37058451075986a06391f90c.tar.bz2 |
[svn-r22240] Description:
Update comment about metadata block size test.
Diffstat (limited to 'tools/h5repack')
-rw-r--r-- | tools/h5repack/h5repacktst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c index 000e617..6b15f0a 100644 --- a/tools/h5repack/h5repacktst.c +++ b/tools/h5repack/h5repacktst.c @@ -1565,8 +1565,8 @@ int main (void) * test --metadata_block_size option * Also verify that output file using the metadata_block_size option is * larger than the output file one not using it. - * FNAME4 is used because it works for this test. Other files, such as - * FNAME1, fails this test. + * FNAME4 is used because it is the same as the test file used for the + * shell script version of this test (h5repack.sh). *------------------------------------------------------------------------- */ TESTING(" metadata block size option"); |