diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-07-26 14:51:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-07-26 14:51:57 (GMT) |
commit | cd0d804611f63a1412a8c8d2a3cc0e7fd047a146 (patch) | |
tree | c54ac68dd235a9f5f42588afddb32edb1d46e78c /test | |
parent | 373a37da01564a4cb33662ff52d176bf9d5a3b75 (diff) | |
download | hdf5-cd0d804611f63a1412a8c8d2a3cc0e7fd047a146.zip hdf5-cd0d804611f63a1412a8c8d2a3cc0e7fd047a146.tar.gz hdf5-cd0d804611f63a1412a8c8d2a3cc0e7fd047a146.tar.bz2 |
Verify default paths exist in table
Diffstat (limited to 'test')
-rw-r--r-- | test/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/plugin.c b/test/plugin.c index 1254e9a..573b72c 100644 --- a/test/plugin.c +++ b/test/plugin.c @@ -734,6 +734,8 @@ test_filter_path_apis(void) if(H5Zfilter_avail(H5Z_FILTER_DYNLIB1) != TRUE) TEST_ERROR H5PLsize(&ndx); + if(ndx!=2) TEST_ERROR + PASSED(); TESTING(" remove"); /* Remove all existing paths*/ |