diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-07-26 15:48:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-07-26 15:48:15 (GMT) |
commit | fab0a6e6f1ee574528d9b624fb06f9d33109a809 (patch) | |
tree | f629bdc8228d59333d24d1c76c440179ef1fad43 /test/plugin.c | |
parent | 9dd678856e8a22a77055b51c6836ed2f95ec156c (diff) | |
download | hdf5-fab0a6e6f1ee574528d9b624fb06f9d33109a809.zip hdf5-fab0a6e6f1ee574528d9b624fb06f9d33109a809.tar.gz hdf5-fab0a6e6f1ee574528d9b624fb06f9d33109a809.tar.bz2 |
Add check for plugin initialize
Diffstat (limited to 'test/plugin.c')
-rw-r--r-- | test/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/plugin.c b/test/plugin.c index 1254e9a..3034c0b 100644 --- a/test/plugin.c +++ b/test/plugin.c @@ -733,7 +733,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*/ |