[svn-r20262] In my previous checkin (20255), I used H5Gcreate instead of H5Gcreate2 in my test. I just corrected it

.

Tested on jam.
This commit is contained in:
Raymond Lu 2011-03-16 15:08:34 -05:00
parent 3134225d82
commit ebd388882b

View File

@ -3189,7 +3189,7 @@ test_libver_macros2(void)
/*
* Create a group in the file.
*/
grp = H5Gcreate(file, "Group", H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
grp = H5Gcreate2(file, "Group", H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
CHECK(file, FAIL, "H5Gcreate");
/*