diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-06 19:29:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-06 19:32:23 (GMT) |
commit | a77dec357bc5c19a1101b94a697fee59456b8b78 (patch) | |
tree | 0b42a0c8e30c6bde48dcba3a2977f6616defa3e1 /test | |
parent | 97ad052c7730b618fdf2ad2817e732f2d6c742dd (diff) | |
download | hdf5-a77dec357bc5c19a1101b94a697fee59456b8b78.zip hdf5-a77dec357bc5c19a1101b94a697fee59456b8b78.tar.gz hdf5-a77dec357bc5c19a1101b94a697fee59456b8b78.tar.bz2 |
Add missing test status
Diffstat (limited to 'test')
-rw-r--r-- | test/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/plugin.c b/test/plugin.c index 3491ab7..f65d345 100644 --- a/test/plugin.c +++ b/test/plugin.c @@ -774,6 +774,7 @@ test_filter_path_apis(void) ret = H5PLappend(pathname); } H5E_END_TRY if(ret >= 0) TEST_ERROR + PASSED(); TESTING(" remove (exceed max)"); /* Exceed the max path removal */ |