summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-05-04 21:16:56 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-05-04 21:16:56 (GMT)
commit1b014a111e33088193d5a904e3b8ae39e47006ca (patch)
tree51402b2f994610a59256b7776f631168b9e39037 /hl/test
parentdef636edb0ce9a2627015c336efe9f9f836c7101 (diff)
downloadhdf5-1b014a111e33088193d5a904e3b8ae39e47006ca.zip
hdf5-1b014a111e33088193d5a904e3b8ae39e47006ca.tar.gz
hdf5-1b014a111e33088193d5a904e3b8ae39e47006ca.tar.bz2
Updated commenting in the H5DO compat test.
Diffstat (limited to 'hl/test')
-rw-r--r--hl/test/test_h5do_compat.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/hl/test/test_h5do_compat.c b/hl/test/test_h5do_compat.c
index 486f9da..dc30414 100644
--- a/hl/test/test_h5do_compat.c
+++ b/hl/test/test_h5do_compat.c
@@ -1,23 +1,21 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-* Copyright by The HDF Group. *
-* Copyright by the Board of Trustees of the University of Illinois. *
-* All rights reserved. *
-* *
-* This file is part of HDF5. The full HDF5 copyright notice, including *
-* terms governing use, modification, and redistribution, is contained in *
+ * Copyright by The HDF Group. *
+ * Copyright by the Board of Trustees of the University of Illinois. *
+ * All rights reserved. *
+ * *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * terms governing use, modification, and redistribution, is contained in *
* the COPYING file, which can be found at the root of the source code *
* distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "h5hltest.h"
#include "H5DOpublic.h"
-/* This test is a direct copy of the direct_chunk.c test from test/ but
- * with the H5Dread/write_chunk calls replaced with H5DOread/write_chunk.
- * This ensures that older code which uses the H5DO calls can still
- * work with the newer library.
+/* This test is a minimal test to ensure that the H5DO compatibility wrappers
+ * work correctly.
*/
#define FILE_NAME "h5do_compat.h5"