diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-03 15:27:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-03 15:27:48 (GMT) |
commit | d0444d4f2b3e2833cbbc545785a76d97fac1bbbc (patch) | |
tree | 5bd5aca83e830ca930665ec4c4d0b6292e029183 /tools/testfiles/vds | |
parent | 28ee82a07b127484de618ca72f9c0caf049d79fe (diff) | |
download | hdf5-d0444d4f2b3e2833cbbc545785a76d97fac1bbbc.zip hdf5-d0444d4f2b3e2833cbbc545785a76d97fac1bbbc.tar.gz hdf5-d0444d4f2b3e2833cbbc545785a76d97fac1bbbc.tar.bz2 |
[svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0
Diffstat (limited to 'tools/testfiles/vds')
-rw-r--r-- | tools/testfiles/vds/vds_layout-eiger.ddl | 2 | ||||
-rw-r--r-- | tools/testfiles/vds/vds_layout-maxmin.ddl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/vds/vds_layout-eiger.ddl b/tools/testfiles/vds/vds_layout-eiger.ddl index eb448ab..d32a139 100644 --- a/tools/testfiles/vds/vds_layout-eiger.ddl +++ b/tools/testfiles/vds/vds_layout-eiger.ddl @@ -22,7 +22,7 @@ GROUP "/" { } FILLVALUE { FILL_TIME H5D_FILL_TIME_IFSET - VALUE 0 + VALUE H5D_FILL_VALUE_DEFAULT } DATA { (0,0,0): 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, diff --git a/tools/testfiles/vds/vds_layout-maxmin.ddl b/tools/testfiles/vds/vds_layout-maxmin.ddl index fb58815..790fc1c 100644 --- a/tools/testfiles/vds/vds_layout-maxmin.ddl +++ b/tools/testfiles/vds/vds_layout-maxmin.ddl @@ -87,7 +87,7 @@ GROUP "/" { } FILLVALUE { FILL_TIME H5D_FILL_TIME_IFSET - VALUE 0 + VALUE H5D_FILL_VALUE_DEFAULT } DATA { (0,0,0): 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |