summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-07-26 15:45:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-07-26 15:45:08 (GMT)
commit55d82c8f747b3a817a4a0b6b12e506b9c2dc0878 (patch)
treed03a462db2321bc0bf02fa23f1160704eb7d1bd7 /test
parentcd0d804611f63a1412a8c8d2a3cc0e7fd047a146 (diff)
downloadhdf5-55d82c8f747b3a817a4a0b6b12e506b9c2dc0878.zip
hdf5-55d82c8f747b3a817a4a0b6b12e506b9c2dc0878.tar.gz
hdf5-55d82c8f747b3a817a4a0b6b12e506b9c2dc0878.tar.bz2
Add test header for log
Diffstat (limited to 'test')
-rw-r--r--test/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/plugin.c b/test/plugin.c
index 573b72c..3034c0b 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -733,6 +733,7 @@ test_filter_path_apis(void)
if(H5Zfilter_avail(H5Z_FILTER_DYNLIB1) != TRUE) TEST_ERROR
+ TESTING(" initialize");
H5PLsize(&ndx);
if(ndx!=2) TEST_ERROR
PASSED();