summaryrefslogtreecommitdiffstats
path: root/test/vol_plugin.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-28 20:56:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-28 20:56:49 (GMT)
commit3ca19cca5395d79be69209f8d7d0a2b06834a648 (patch)
tree3a1b1e07c53be8749747aafc50556fc20148c1eb /test/vol_plugin.c
parentdac76c579bd3c38440623b74349f8291625f0a7d (diff)
downloadhdf5-3ca19cca5395d79be69209f8d7d0a2b06834a648.zip
hdf5-3ca19cca5395d79be69209f8d7d0a2b06834a648.tar.gz
hdf5-3ca19cca5395d79be69209f8d7d0a2b06834a648.tar.bz2
Flipped swapped testing strings.
Diffstat (limited to 'test/vol_plugin.c')
-rw-r--r--test/vol_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vol_plugin.c b/test/vol_plugin.c
index b4df14f..236a67e 100644
--- a/test/vol_plugin.c
+++ b/test/vol_plugin.c
@@ -96,7 +96,7 @@ test_registration_by_name(void)
htri_t is_registered = FAIL;
hid_t vol_id = H5I_INVALID_HID;
- TESTING("registering a VOL connector multiple times");
+ TESTING("VOL registration by name");
/* The null VOL connector should not be registered at the start of the test */
if((is_registered = H5VLis_connector_registered(NULL_VOL_CONNECTOR_NAME)) < 0)
@@ -153,7 +153,7 @@ test_multiple_registration(void)
hid_t vol_ids[N_REGISTRATIONS];
int i;
- TESTING("VOL registration by name");
+ TESTING("registering a VOL connector multiple times");
/* The null VOL connector should not be registered at the start of the test */
if((is_registered = H5VLis_connector_registered(NULL_VOL_CONNECTOR_NAME)) < 0)