summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-06 20:51:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-06 20:51:49 (GMT)
commit4a05d27c6fcef81612e005b6f6429ab362247492 (patch)
treee41bdabecf14e857c655fa8cd722b5fee68695b5 /test
parenta84864e732b5ca18111d2c9c78eb070767d74d6f (diff)
parent4b11c4fd518026667944b50b4cd4cb41bec7e25a (diff)
downloadhdf5-4a05d27c6fcef81612e005b6f6429ab362247492.zip
hdf5-4a05d27c6fcef81612e005b6f6429ab362247492.tar.gz
hdf5-4a05d27c6fcef81612e005b6f6429ab362247492.tar.bz2
Merge pull request #402 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '4b11c4fd518026667944b50b4cd4cb41bec7e25a': HDFFV-10143 add missing javadoc param Add missing test status
Diffstat (limited to 'test')
-rw-r--r--test/plugin.c1
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 */