mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r11392] Purpose:
Bug fix Description: Recent group code changes tweaked the size of the free space in the file for this test. Update to the latest correct value. Platforms tested: h5committested
This commit is contained in:
parent
384d57221c
commit
f9fee72df9
@ -747,7 +747,7 @@
|
||||
! Check the free space now
|
||||
CALL h5fget_freespace_f(fid, free_space, error)
|
||||
CALL check("h5fget_freespace_f",error,total_error)
|
||||
if(error .eq.0 .and. free_space .ne. 976) then
|
||||
if(error .eq.0 .and. free_space .ne. 1208) then
|
||||
total_error = total_error + 1
|
||||
write(*,*) "Wrong amount of free space reported, ", free_space
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user