diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-04 04:44:26 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-04 04:44:26 (GMT) |
commit | f162bead9a609d856b935dce0239c9467745cb1a (patch) | |
tree | 5ed849e80faaff38aef799a95f542926fcc042c2 /fortran/test/tH5O.f90 | |
parent | 102bd3540264bdeb8bc0d05cb5db7d3dae5e8529 (diff) | |
download | hdf5-f162bead9a609d856b935dce0239c9467745cb1a.zip hdf5-f162bead9a609d856b935dce0239c9467745cb1a.tar.gz hdf5-f162bead9a609d856b935dce0239c9467745cb1a.tar.bz2 |
[svn-r14925] Maintenance: Cleaned up reporting of the tests nd enable some tests that pass on linew.
Diffstat (limited to 'fortran/test/tH5O.f90')
-rw-r--r-- | fortran/test/tH5O.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5O.f90 b/fortran/test/tH5O.f90 index d0c3f16..17271b5 100644 --- a/fortran/test/tH5O.f90 +++ b/fortran/test/tH5O.f90 @@ -21,7 +21,7 @@ SUBROUTINE test_h5o(cleanup, total_error) INTEGER, INTENT(OUT) :: total_error ! /* Output message about test being performed */ - WRITE(*,*) "Testing Objects" + ! WRITE(*,*) "Testing Objects" !!$ test_h5o_open(); /* Test generic OPEN FUNCTION */ !!$ test_h5o_open_by_addr(); /* Test opening objects by address */ |