summaryrefslogtreecommitdiffstats
path: root/test/gen_bogus.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-20 19:35:34 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-20 19:35:34 (GMT)
commite8e06cbca06eba0ff1107caf7f4cbeb1f0f835c6 (patch)
tree927badc2a275f9ad3372d113d6947bb98f856f3c /test/gen_bogus.c
parent2f81d73829702380f8e5baef130da4d297655d1a (diff)
downloadhdf5-e8e06cbca06eba0ff1107caf7f4cbeb1f0f835c6.zip
hdf5-e8e06cbca06eba0ff1107caf7f4cbeb1f0f835c6.tar.gz
hdf5-e8e06cbca06eba0ff1107caf7f4cbeb1f0f835c6.tar.bz2
[svn-r25985] merge 25984 from trunk:
change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN to H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE. New changes for backward compatibility with avoid_truncate feature in 1.10 will come later to utilize the flag. tested h5committest
Diffstat (limited to 'test/gen_bogus.c')
-rw-r--r--test/gen_bogus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen_bogus.c b/test/gen_bogus.c
index 7d8d073..df1e81f 100644
--- a/test/gen_bogus.c
+++ b/test/gen_bogus.c
@@ -62,7 +62,7 @@ int main(void)
if(H5Dclose(did) < 0) goto error;
/* Set "fail if unknown" message flag for bogus message */
- bogus_flags = H5O_MSG_FLAG_FAIL_IF_UNKNOWN;
+ bogus_flags = H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE;
if(H5Pset(dcpl, H5O_BOGUS_MSG_FLAGS_NAME, &bogus_flags) < 0) goto error;
/* Create second dataset, with "fail if unknown" message flag */