summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-02-21 22:33:52 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-02-21 22:33:52 (GMT)
commit2468b8aa1c8f07211e86f1ec937c4f7f14e3ddbe (patch)
treeb5060fed0da8a363f492109e98e3ce3da7152d46 /fortran
parentf610f3161bd7ff1d8eb355189f8f7c5a48f17a0d (diff)
downloadhdf5-2468b8aa1c8f07211e86f1ec937c4f7f14e3ddbe.zip
hdf5-2468b8aa1c8f07211e86f1ec937c4f7f14e3ddbe.tar.gz
hdf5-2468b8aa1c8f07211e86f1ec937c4f7f14e3ddbe.tar.bz2
[svn-r13374] Enabled multi-file driver test since it was fixed in C library
Platforms tested: kagiso, smirom, linew
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/fortranlib_test.f908
1 files changed, 4 insertions, 4 deletions
diff --git a/fortran/test/fortranlib_test.f90 b/fortran/test/fortranlib_test.f90
index 5435a7a..c3abf51 100644
--- a/fortran/test/fortranlib_test.f90
+++ b/fortran/test/fortranlib_test.f90
@@ -238,11 +238,11 @@
write(*, fmt = e_format) error_string
total_error = total_error + external_total_error
-! error_string = failure
- error_string = skip
+ error_string = failure
+! error_string = skip
cleanup = .FALSE.
-! CALL multi_file_test(cleanup, multi_file_total_error)
-! IF (multi_file_total_error == 0) error_string = success
+ CALL multi_file_test(cleanup, multi_file_total_error)
+ IF (multi_file_total_error == 0) error_string = success
write(*, fmt = '(23a)', advance = 'no') ' Multi file driver test'
write(*, fmt = '(47x,a)', advance = 'no') ' '
write(*, fmt = e_format) error_string