mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
Add check for plugin initialize
This commit is contained in:
parent
9dd678856e
commit
fab0a6e6f1
@ -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*/
|
||||
|
Loading…
Reference in New Issue
Block a user