summaryrefslogtreecommitdiffstats
path: root/test/objcopy.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2016-11-03 21:15:26 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2016-11-03 21:15:26 (GMT)
commit7ac8215cbffbf1a3c0000cc0b5ade502040b25be (patch)
treec4aa63e868aeab10846ca6aa72955ccc32af632d /test/objcopy.c
parent50c7c5451486518ea8a57fa079db5cb007d159bd (diff)
parentb2878dec04c120e4e3cdf00e943283e359862c84 (diff)
downloadhdf5-7ac8215cbffbf1a3c0000cc0b5ade502040b25be.zip
hdf5-7ac8215cbffbf1a3c0000cc0b5ade502040b25be.tar.gz
hdf5-7ac8215cbffbf1a3c0000cc0b5ade502040b25be.tar.bz2
Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
* commit 'b2878dec04c120e4e3cdf00e943283e359862c84': Move cache debugging routines into separate module. Change file memory type for extending to default, and correct error in backward compatibility for multi VFD. Warning and whitespace cleanup. Improvements to the log VFD, for helping with SWMR debugging. Minor code cleanups. Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping in tools code.
Diffstat (limited to 'test/objcopy.c')
-rw-r--r--test/objcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objcopy.c b/test/objcopy.c
index f4b1561..5326fa4 100644
--- a/test/objcopy.c
+++ b/test/objcopy.c
@@ -10547,7 +10547,7 @@ test_copy_committed_dt_merge_attr(hid_t fcpl_src, hid_t fcpl_dst, hid_t src_fapl
if((aid = H5Acreate2(gid, "attr", tid, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) TEST_ERROR
/* write data into file */
- //if(H5Awrite(aid, tid, buf) < 0) TEST_ERROR
+ if(H5Awrite(aid, tid, buf) < 0) TEST_ERROR
/* close the datatype */
if(H5Tclose(tid) < 0) TEST_ERROR