summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-08 21:40:30 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-08 21:40:30 (GMT)
commit4e261a5427fc2211e927303fdcceb1aaa6c0ee51 (patch)
tree059ff0cbadf4da9e3a345da451d3a11c08ab1d77 /fortran
parentcb79e86d4b8b0f4f68c48856e28a5e2c9ed7d229 (diff)
downloadhdf5-4e261a5427fc2211e927303fdcceb1aaa6c0ee51.zip
hdf5-4e261a5427fc2211e927303fdcceb1aaa6c0ee51.tar.gz
hdf5-4e261a5427fc2211e927303fdcceb1aaa6c0ee51.tar.bz2
[svn-r14956] re-instated the test_attr_dense_open routine for debugging
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/tH5A_1_8.f905
1 files changed, 3 insertions, 2 deletions
diff --git a/fortran/test/tH5A_1_8.f90 b/fortran/test/tH5A_1_8.f90
index cbd1614..bdf4c41 100644
--- a/fortran/test/tH5A_1_8.f90
+++ b/fortran/test/tH5A_1_8.f90
@@ -111,7 +111,7 @@ SUBROUTINE attribute_test_1_8(cleanup, total_error)
my_fcpl = fcpl
END IF
!!$ CALL test_attr_dense_create(my_fcpl, my_fapl)
-!!EP CALL test_attr_dense_open(my_fcpl, my_fapl, total_error)
+ CALL test_attr_dense_open(my_fcpl, my_fapl, total_error)
!!$ CALL test_attr_dense_delete(my_fcpl, my_fapl)
!!$ CALL test_attr_dense_rename(my_fcpl, my_fapl)
!!$ CALL test_attr_dense_unlink(my_fcpl, my_fapl)
@@ -2965,7 +2965,8 @@ SUBROUTINE test_attr_dense_open( fcpl, fapl, total_error)
CALL check("h5aclose_f",error,total_error)
! /* Verify attributes written so far */
-!EP It looks like a bug we have with a dense storage CALL test_attr_dense_verify(dataset, u, total_error)
+!EP It looks like a bug we have with a dense storage
+ CALL test_attr_dense_verify(dataset, u, total_error)
!!$ CHECK(ret, FAIL, "test_attr_dense_verify");
ENDDO