diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2017-04-07 02:32:23 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2017-04-07 02:32:23 (GMT) |
commit | b3ff39585c3f8e6e9096fc84f02dd049f0d3ae36 (patch) | |
tree | d10455e6712919fa91532e5412e33c259addf9bd /test | |
parent | ad2963de609aa05fa45b525c0fde2f2641bd605e (diff) | |
parent | 4a05d27c6fcef81612e005b6f6429ab362247492 (diff) | |
download | hdf5-b3ff39585c3f8e6e9096fc84f02dd049f0d3ae36.zip hdf5-b3ff39585c3f8e6e9096fc84f02dd049f0d3ae36.tar.gz hdf5-b3ff39585c3f8e6e9096fc84f02dd049f0d3ae36.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '4a05d27c6fcef81612e005b6f6429ab362247492':
HDFFV-10143 add missing javadoc param
Add missing test status
Fix CMake regex commands
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 041f702..2939595 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 */ |