diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-19 17:31:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-19 17:31:31 (GMT) |
commit | 800a5ecdd6b8760f4df2f8f4452fb0c55bcef55f (patch) | |
tree | 7690bb35d9d841b637230ef5410d6d887418cbfe | |
parent | 76185bedfd1f992d67a9e5c447b44e31559888d9 (diff) | |
download | hdf5-800a5ecdd6b8760f4df2f8f4452fb0c55bcef55f.zip hdf5-800a5ecdd6b8760f4df2f8f4452fb0c55bcef55f.tar.gz hdf5-800a5ecdd6b8760f4df2f8f4452fb0c55bcef55f.tar.bz2 |
Fix reference file value
-rw-r--r-- | tools/h5repack/testfiles/h5repack_layout.h5-plugin_version_test.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/testfiles/h5repack_layout.h5-plugin_version_test.ddl b/tools/h5repack/testfiles/h5repack_layout.h5-plugin_version_test.ddl index 3d09e14..dd21f60 100644 --- a/tools/h5repack/testfiles/h5repack_layout.h5-plugin_version_test.ddl +++ b/tools/h5repack/testfiles/h5repack_layout.h5-plugin_version_test.ddl @@ -90,7 +90,7 @@ GROUP "/" { } DATASET "dset_chunk" { DATATYPE H5T_STD_I32LE - DATASPACE SIMPLE { ( 40, 20 ) / ( 40, 20 ) } + DATASPACE SIMPLE { ( 40, 20 ) / ( 40, H5S_UNLIMITED ) } STORAGE_LAYOUT { CHUNKED ( 20, 10 ) SIZE 3200 (1.000:1 COMPRESSION) |