summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-10-16 01:19:09 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-10-16 01:19:09 (GMT)
commit31683703d9bf394cef27805c50fc89efa29361b9 (patch)
treef6a1b03413e666625207930cd2b687f5b997ef8a /test
parent23a31f45b2d0c3885fd09966a3adb0a43e292445 (diff)
downloadhdf5-31683703d9bf394cef27805c50fc89efa29361b9.zip
hdf5-31683703d9bf394cef27805c50fc89efa29361b9.tar.gz
hdf5-31683703d9bf394cef27805c50fc89efa29361b9.tar.bz2
[svn-r28092] Description:
Merge the storage message back into the layout message. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Diffstat (limited to 'test')
-rw-r--r--test/earray.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/earray.c b/test/earray.c
index 983e6b9..44ad901 100644
--- a/test/earray.c
+++ b/test/earray.c
@@ -201,6 +201,7 @@ const H5AC_class_t H5AC_EARRAY_TEST[1] = {{
/* mem_type */ H5FD_MEM_DEFAULT,
/* flags */ H5AC__CLASS_NO_IO_FLAG,
/* get_load_size */ (H5AC_get_load_size_func_t)earray_cache_test_get_load_size,
+ /* varify_chksum */ (H5AC_verify_chksum_func_t)NULL,
/* deserialize */ (H5AC_deserialize_func_t)earray_cache_test_deserialize,
/* image_len */ (H5AC_image_len_func_t)earray_cache_test_image_len,
/* pre_serialize */ (H5AC_pre_serialize_func_t)NULL,