mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +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
|
if(H5Zfilter_avail(H5Z_FILTER_DYNLIB1) != TRUE) TEST_ERROR
|
||||||
|
|
||||||
|
TESTING(" initialize");
|
||||||
H5PLsize(&ndx);
|
H5PLsize(&ndx);
|
||||||
|
if(ndx!=2) TEST_ERROR
|
||||||
|
PASSED();
|
||||||
|
|
||||||
TESTING(" remove");
|
TESTING(" remove");
|
||||||
/* Remove all existing paths*/
|
/* Remove all existing paths*/
|
||||||
|
Loading…
Reference in New Issue
Block a user