From c5b28bc035f275eb566806515cbda09e59d5b390 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 24 Jul 2007 16:30:34 -0500 Subject: [svn-r14008] Description: Minor comment & testing cleanups Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon) Solaris/32 2.10 (linew) --- src/H5Tdbg.c | 7 ------- test/tattr.c | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/H5Tdbg.c b/src/H5Tdbg.c index 88e084d..92ab674 100644 --- a/src/H5Tdbg.c +++ b/src/H5Tdbg.c @@ -13,13 +13,6 @@ * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* - * Module Info: This module contains most of the "core" functionality of - * the H5T interface, including the API initialization code, etc. - * Many routines that are infrequently used, or are specialized for - * one particular datatype class are in another module. - */ - /*------------------------------------------------------------------------- * * Created: H5Tdbg.c diff --git a/test/tattr.c b/test/tattr.c index 3fcc2d5..68e21a2 100644 --- a/test/tattr.c +++ b/test/tattr.c @@ -6549,7 +6549,7 @@ test_attr_shared_write(hid_t fcpl, hid_t fapl) /* Create "big" dataspace for "large" attributes */ big_sid = H5Screate_simple(SPACE1_RANK, big_dims, NULL); - CHECK(sid, FAIL, "H5Screate_simple"); + CHECK(big_sid, FAIL, "H5Screate_simple"); /* Loop over type of shared components */ for(test_shared = 0; test_shared < 3; test_shared++) { @@ -6875,7 +6875,7 @@ test_attr_shared_rename(hid_t fcpl, hid_t fapl) /* Create "big" dataspace for "large" attributes */ big_sid = H5Screate_simple(SPACE1_RANK, big_dims, NULL); - CHECK(sid, FAIL, "H5Screate_simple"); + CHECK(big_sid, FAIL, "H5Screate_simple"); /* Loop over type of shared components */ for(test_shared = 0; test_shared < 3; test_shared++) { @@ -7680,7 +7680,7 @@ test_attr_shared_unlink(hid_t fcpl, hid_t fapl) /* Create "big" dataspace for "large" attributes */ big_sid = H5Screate_simple(SPACE1_RANK, big_dims, NULL); - CHECK(sid, FAIL, "H5Screate_simple"); + CHECK(big_sid, FAIL, "H5Screate_simple"); /* Loop over type of shared components */ for(test_shared = 0; test_shared < 3; test_shared++) { -- cgit v0.12