mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r15673] Description:
Changed the error check string to match the function being called, changed the string H5Sselect_all to H5Sselect_none
This commit is contained in:
parent
6d28e06f30
commit
0402e02527
@ -4570,7 +4570,7 @@ test_select_combine(void)
|
||||
none_id=H5Scopy(base_id);
|
||||
CHECK(none_id, FAIL, "H5Scopy");
|
||||
error=H5Sselect_none(none_id);
|
||||
CHECK(error, FAIL, "H5Sselect_all");
|
||||
CHECK(error, FAIL, "H5Sselect_none");
|
||||
sel_type=H5Sget_select_type(none_id);
|
||||
VERIFY(sel_type, H5S_SEL_NONE, "H5Sget_select_type");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user