diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2012-04-02 15:27:39 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2012-04-02 15:27:39 (GMT) |
commit | 41f7a9fb39a015d3ac1b2b0c2153d164f60a7531 (patch) | |
tree | a5b7352960f87959249806530a67a489dc2ff7b8 /tools/h5repack/h5repacktst.c | |
parent | e7edf48b8d7cc5452469d6d6724331282660037e (diff) | |
download | hdf5-41f7a9fb39a015d3ac1b2b0c2153d164f60a7531.zip hdf5-41f7a9fb39a015d3ac1b2b0c2153d164f60a7531.tar.gz hdf5-41f7a9fb39a015d3ac1b2b0c2153d164f60a7531.tar.bz2 |
[svn-r22238] Added comment to explain why FNAME4 is used and cautioned other files may not
work.
Diffstat (limited to 'tools/h5repack/h5repacktst.c')
-rw-r--r-- | tools/h5repack/h5repacktst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c index ae272ab..000e617 100644 --- a/tools/h5repack/h5repacktst.c +++ b/tools/h5repack/h5repacktst.c @@ -1565,6 +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. *------------------------------------------------------------------------- */ TESTING(" metadata block size option"); |