diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-30 20:18:14 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-30 20:18:14 (GMT) |
commit | 50c4095c8c255973b5b24b9ee70f3ef79930b29f (patch) | |
tree | b4f314ab66e6cfcaf35586c6c7d486d8f6d85c49 /test | |
parent | 047269139fb87ec8f79ba6110d46eb7e02bea985 (diff) | |
download | hdf5-50c4095c8c255973b5b24b9ee70f3ef79930b29f.zip hdf5-50c4095c8c255973b5b24b9ee70f3ef79930b29f.tar.gz hdf5-50c4095c8c255973b5b24b9ee70f3ef79930b29f.tar.bz2 |
Remove duplicated comment.
Diffstat (limited to 'test')
-rw-r--r-- | test/vol.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -267,15 +267,6 @@ test_basic_file_operation(void) * I'm not fighting it, just getting the testing to verify that the VOL * connector property is returned correctly. -QAK, 2018/11/17 */ - /* Set the file close degree to a non-default value, to make the H5Pequal - * work out. This is kinda odd, but the library's current behavior with - * a default value is to return the value chosen (H5F_CLOSE_SEMI) instead - * of the default value (H5F_CLOSE_DEFAULT) from the property and then - * the H5Pequal doesn't detect that the property lists are the same. Since - * this is the documented behavior for file close degree for many years, - * I'm not fighting it, just getting the testing to verify that the VOL - * connector property is returned correctly. -QAK, 2018/11/17 - */ if(H5Pset_fclose_degree(fapl_id, H5F_CLOSE_SEMI) < 0) TEST_ERROR; if(H5Pset_metadata_read_attempts(fapl_id, 9) < 0) |