summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test.F90
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-08-31 21:25:43 (GMT)
committerGitHub <noreply@github.com>2021-08-31 21:25:43 (GMT)
commitf5709db18e10993de3bc4668ad07b66d14279877 (patch)
tree47d3460af81f87c52d5b2fc3f7774ae7f8aaee83 /fortran/test/fortranlib_test.F90
parentf9b8a4728758d0a5b81fffd3905ccff055c7f485 (diff)
downloadhdf5-f5709db18e10993de3bc4668ad07b66d14279877.zip
hdf5-f5709db18e10993de3bc4668ad07b66d14279877.tar.gz
hdf5-f5709db18e10993de3bc4668ad07b66d14279877.tar.bz2
Rework of PR #826 (#972) (#978)
* H5Fget_name_f fixed to handle correctly trailing whitespaces and newly allocated buffers. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'fortran/test/fortranlib_test.F90')
-rw-r--r--fortran/test/fortranlib_test.F904
1 files changed, 4 insertions, 0 deletions
diff --git a/fortran/test/fortranlib_test.F90 b/fortran/test/fortranlib_test.F90
index eff4657..1640a8f 100644
--- a/fortran/test/fortranlib_test.F90
+++ b/fortran/test/fortranlib_test.F90
@@ -74,6 +74,10 @@ PROGRAM fortranlibtest
CALL write_test_status(ret_total_error, ' Reopen test', total_error)
ret_total_error = 0
+ CALL get_name_test(cleanup, ret_total_error)
+ CALL write_test_status(ret_total_error, ' Get name test', total_error)
+
+ ret_total_error = 0
CALL file_close(cleanup, ret_total_error)
CALL write_test_status(ret_total_error, ' File open/close test', total_error)