From 1b014a111e33088193d5a904e3b8ae39e47006ca Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 4 May 2018 14:16:56 -0700 Subject: Updated commenting in the H5DO compat test. --- hl/test/test_h5do_compat.c | 20 +++++++++----------- 1 file 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" -- cgit v0.12