diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-28 20:56:49 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-28 20:56:49 (GMT) |
commit | 3ca19cca5395d79be69209f8d7d0a2b06834a648 (patch) | |
tree | 3a1b1e07c53be8749747aafc50556fc20148c1eb /test | |
parent | dac76c579bd3c38440623b74349f8291625f0a7d (diff) | |
download | hdf5-3ca19cca5395d79be69209f8d7d0a2b06834a648.zip hdf5-3ca19cca5395d79be69209f8d7d0a2b06834a648.tar.gz hdf5-3ca19cca5395d79be69209f8d7d0a2b06834a648.tar.bz2 |
Flipped swapped testing strings.
Diffstat (limited to 'test')
-rw-r--r-- | test/vol_plugin.c | 4 |
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) |