summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5A_1_8.f90
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2013-09-06 22:42:10 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2013-09-06 22:42:10 (GMT)
commit2c6fc585fd0301a89dd06ad5abc4e97251a7d610 (patch)
tree729ee4eda8d45ce2df3021fc4dbd057feddbf3f5 /fortran/test/tH5A_1_8.f90
parentf825256c876fdd8e2f92002f71ef96e43a24b2a1 (diff)
downloadhdf5-2c6fc585fd0301a89dd06ad5abc4e97251a7d610.zip
hdf5-2c6fc585fd0301a89dd06ad5abc4e97251a7d610.tar.gz
hdf5-2c6fc585fd0301a89dd06ad5abc4e97251a7d610.tar.bz2
[svn-r24114] Reverting the changes in r24113 for now because they break parallel make fortran. The changes aren't incorrect, but more work in needed on dependencies and also for enable-parallel.
Reverted to r24112.
Diffstat (limited to 'fortran/test/tH5A_1_8.f90')
-rw-r--r--fortran/test/tH5A_1_8.f9015
1 files changed, 0 insertions, 15 deletions
diff --git a/fortran/test/tH5A_1_8.f90 b/fortran/test/tH5A_1_8.f90
index 91ddc34..32cb228 100644
--- a/fortran/test/tH5A_1_8.f90
+++ b/fortran/test/tH5A_1_8.f90
@@ -40,7 +40,6 @@ SUBROUTINE attribute_test_1_8(cleanup, total_error)
!
USE HDF5 ! This module contains all necessary modules
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
LOGICAL, INTENT(IN) :: cleanup
@@ -214,7 +213,6 @@ SUBROUTINE test_attr_corder_create_compact(fcpl,fapl, total_error)
! Needed for get_info_by_name
USE HDF5 ! This module contains all necessary modules
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
! - - - arg types - - -
@@ -403,7 +401,6 @@ SUBROUTINE test_attr_null_space(fcpl, fapl, total_error)
!**
!****************************************************************/
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: fcpl
@@ -535,7 +532,6 @@ SUBROUTINE test_attr_create_by_name(new_format,fcpl,fapl, total_error)
!****************************************************************/
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -750,7 +746,6 @@ SUBROUTINE test_attr_info_by_idx(new_format, fcpl, fapl, total_error)
!****************************************************************/
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -956,7 +951,6 @@ END SUBROUTINE test_attr_info_by_idx
SUBROUTINE attr_info_by_idx_check(obj_id, attrname, n, use_index, total_error )
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -1097,7 +1091,6 @@ SUBROUTINE test_attr_shared_rename( fcpl, fapl, total_error)
!****************************************************************/
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -1419,7 +1412,6 @@ SUBROUTINE test_attr_delete_by_idx(new_format, fcpl, fapl, total_error)
!****************************************************************/
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -1781,7 +1773,6 @@ SUBROUTINE test_attr_shared_delete(fcpl, fapl, total_error)
!****************************************************************/
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -2065,7 +2056,6 @@ SUBROUTINE test_attr_dense_open( fcpl, fapl, total_error)
!****************************************************************/
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -2217,7 +2207,6 @@ END SUBROUTINE test_attr_dense_open
SUBROUTINE test_attr_dense_verify(loc_id, max_attr, total_error)
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -2313,7 +2302,6 @@ END SUBROUTINE test_attr_dense_verify
SUBROUTINE test_attr_corder_create_basic( fcpl, fapl, total_error )
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -2436,7 +2424,6 @@ END SUBROUTINE test_attr_corder_create_basic
SUBROUTINE test_attr_basic_write(fapl, total_error)
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -2636,7 +2623,6 @@ END SUBROUTINE test_attr_basic_write
SUBROUTINE test_attr_many(new_format, fcpl, fapl, total_error)
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
@@ -2754,7 +2740,6 @@ END SUBROUTINE test_attr_many
SUBROUTINE attr_open_check(fid, dsetname, obj_id, max_attrs, total_error )
USE HDF5
- USE H5FORT_TESTS ! This module contains all test routines
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: fid