summaryrefslogtreecommitdiffstats
path: root/src/H5FAtest.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-09-24 22:14:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-09-24 22:14:50 (GMT)
commit426a3c1204fdcd1a999a966958a2edecc99b2d3b (patch)
treea786821d8e38f98f8977c30bf91c14b6d3267fd9 /src/H5FAtest.c
parenta2a61197aa18fcafef35ecc4aaef268b2e4731d5 (diff)
downloadhdf5-426a3c1204fdcd1a999a966958a2edecc99b2d3b.zip
hdf5-426a3c1204fdcd1a999a966958a2edecc99b2d3b.tar.gz
hdf5-426a3c1204fdcd1a999a966958a2edecc99b2d3b.tar.bz2
[svn-r17522] Description:
Bring in the rest of Vailin's changes for testing fixed array chunk indices, across the range of range of all the tools and the appropriate dataset tests. Tested on: Mac OS X/32 10.5.8 (amazon) w/debug & production (h5committest not required for this branch)
Diffstat (limited to 'src/H5FAtest.c')
-rw-r--r--src/H5FAtest.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5FAtest.c b/src/H5FAtest.c
index 70e21dc..98abd16 100644
--- a/src/H5FAtest.c
+++ b/src/H5FAtest.c
@@ -96,7 +96,9 @@ const H5FA_class_t H5FA_CLS_TEST[1]={{
H5FA__test_fill, /* Fill block of missing elements callback */
H5FA__test_encode, /* Element encoding callback */
H5FA__test_decode, /* Element decoding callback */
- H5FA__test_debug /* Element debugging callback */
+ H5FA__test_debug, /* Element debugging callback */
+ NULL, /* Create debugging context */
+ NULL /* Destroy debugging context */
}};