summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-07-26 15:47:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-07-26 15:47:09 (GMT)
commit507a90d70443d8e381fa09b1e9223882ece91de9 (patch)
treeec14173fa49b8b092e04b0683f98bb739dcddb61 /test
parentdd51a8c0ad312ae7510fc2da0a757f6cf13658ae (diff)
downloadhdf5-507a90d70443d8e381fa09b1e9223882ece91de9.zip
hdf5-507a90d70443d8e381fa09b1e9223882ece91de9.tar.gz
hdf5-507a90d70443d8e381fa09b1e9223882ece91de9.tar.bz2
Add test for plugin initialize check
Diffstat (limited to 'test')
-rw-r--r--test/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/plugin.c b/test/plugin.c
index b662476..0de8839 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -731,7 +731,10 @@ test_filter_path_apis(void)
if(H5Zfilter_avail(H5Z_FILTER_DYNLIB1) != TRUE) TEST_ERROR
+ TESTING(" initialize");
H5PLsize(&ndx);
+ if(ndx!=2) TEST_ERROR
+ PASSED();
TESTING(" remove");
/* Remove all existing paths*/