From 0402e025278dbd5ac463ce27805231d5302def1d Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Mon, 22 Sep 2008 10:03:36 -0500 Subject: [svn-r15673] Description: Changed the error check string to match the function being called, changed the string H5Sselect_all to H5Sselect_none --- test/tselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tselect.c b/test/tselect.c index 23afc46..0ac5e60 100644 --- a/test/tselect.c +++ b/test/tselect.c @@ -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"); -- cgit v0.12