summaryrefslogtreecommitdiffstats
path: root/test/plugin.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-03-19 04:22:34 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-03-19 04:22:34 (GMT)
commitaf9a3abb3dcb01e719abf8eba5fd588c20c89d5c (patch)
tree6aa572a2460bc06332c7abedac2af45668a97853 /test/plugin.c
parentbeccb8a0fcb8a380c7cd140852a486885b8e38c0 (diff)
downloadhdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.zip
hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.tar.gz
hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.tar.bz2
[svn-r23380] Description:
Review & cleanup code.
Diffstat (limited to 'test/plugin.c')
-rw-r--r--test/plugin.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/plugin.c b/test/plugin.c
index debc38b..dd9a1f7 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -791,14 +791,15 @@ main(void)
if(nerrors)
TEST_ERROR
- printf("All dataset tests passed.\n");
+ printf("All plugin tests passed.\n");
h5_cleanup(FILENAME, fapl);
return 0;
error:
nerrors = MAX(1, nerrors);
- printf("***** %d DATASET TEST%s FAILED! *****\n",
+ printf("***** %d PLUGIN TEST%s FAILED! *****\n",
nerrors, 1 == nerrors ? "" : "S");
return 1;
}
+