Merge pull request #930 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:develop to develop

* commit '7c293908a772dd19d69872b4dbf1fdcbbbf5f94f':
  Improving tests Description:     Fixed typos that caused daily test failure on Ostrich Platforms tested:     Linux/64 (jelly)     Linux/ppc64 (ostrich)
This commit is contained in:
Binh-Minh Ribler 2018-03-09 09:18:06 -06:00
commit 53235aa24c

View File

@ -7684,7 +7684,7 @@ test_versionbounds(void)
if (ret < 0) TEST_ERROR
/* Create a enumerate datatype */
enum_type = H5Tcreate(H5T_ENUM, sizeof(short));
enum_type = H5Tcreate(H5T_ENUM, sizeof(color_t));
if (enum_type < 0) TEST_ERROR
enum_val = E1_RED;