summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2016-08-22 00:21:20 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2016-08-22 00:21:20 (GMT)
commitae18cf66d8b1da0d728f55db50142665c152e26d (patch)
tree4f6dca5827e7c41f70f40cd55370429d75c0eee8 /tools
parentc78f1ec8829e25672d738d6772a096f3eafd9295 (diff)
downloadhdf5-ae18cf66d8b1da0d728f55db50142665c152e26d.zip
hdf5-ae18cf66d8b1da0d728f55db50142665c152e26d.tar.gz
hdf5-ae18cf66d8b1da0d728f55db50142665c152e26d.tar.bz2
[svn-r30310] Fix daily test failure for previous checkin #30308.
Tested on platypus and mayll.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5copy/h5copygentest.c2
-rw-r--r--tools/h5copy/testfiles/h5copytst.h5bin15896 -> 15896 bytes
-rw-r--r--tools/h5copy/testfiles/h5copytst_new.h5bin31856 -> 31856 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5copy/h5copygentest.c b/tools/h5copy/h5copygentest.c
index b1ecc17..7669702 100644
--- a/tools/h5copy/h5copygentest.c
+++ b/tools/h5copy/h5copygentest.c
@@ -368,7 +368,7 @@ static void gent_att_compound_vlstr(hid_t loc_id)
/* Create a dataset */
null_sid = H5Screate(H5S_NULL);
- did = H5Dcreate(loc_id, DATASET_ATTR, H5T_NATIVE_INT, null_sid, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
+ did = H5Dcreate2(loc_id, DATASET_ATTR, H5T_NATIVE_INT, null_sid, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
/* Attach an attribute with the compound datatype to the dataset */
sid = H5Screate_simple(1, dim, dim);
diff --git a/tools/h5copy/testfiles/h5copytst.h5 b/tools/h5copy/testfiles/h5copytst.h5
index dc45643..82d6457 100644
--- a/tools/h5copy/testfiles/h5copytst.h5
+++ b/tools/h5copy/testfiles/h5copytst.h5
Binary files differ
diff --git a/tools/h5copy/testfiles/h5copytst_new.h5 b/tools/h5copy/testfiles/h5copytst_new.h5
index 3ff0a74..fd820ca 100644
--- a/tools/h5copy/testfiles/h5copytst_new.h5
+++ b/tools/h5copy/testfiles/h5copytst_new.h5
Binary files differ