From e870eca72ee4c8a34c4abbffe7ff11342a74a980 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 14 May 2010 23:23:44 -0500 Subject: [svn-r18819] Maintenance: fixed typo in a comment line and formatting. Platforms tested: jam (minor fix) --- hl/test/test_ds.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hl/test/test_ds.c b/hl/test/test_ds.c index 2477bc0..540e7e2 100644 --- a/hl/test/test_ds.c +++ b/hl/test/test_ds.c @@ -1264,11 +1264,11 @@ static int test_detachscales(void) if(H5Dclose(dsid) < 0) goto out; } - /* Check that attribute "REFERENCE_LIST" doesn't exist anymore */ - if(H5Aexists(did, DIMENSION_LIST)!= 0) - goto out; - if(H5Dclose(did) < 0) - goto out; + /* Check that attribute "DIMENSION_LIST" doesn't exist anymore */ + if(H5Aexists(did, DIMENSION_LIST)!= 0) + goto out; + if(H5Dclose(did) < 0) + goto out; } else goto out; -- cgit v0.12