summaryrefslogtreecommitdiffstats
path: root/test/tsohm.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-01-29 18:40:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-01-29 18:40:57 (GMT)
commita4467cd2c2c52723e09b0d7d266ab35eda3224a8 (patch)
tree4d52f48d9bf5c497027bcdbe590a15fb0cc51030 /test/tsohm.c
parent108114495fccaafcf77904f43e9c4cb90c4396f8 (diff)
downloadhdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.zip
hdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.tar.gz
hdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.tar.bz2
[svn-r13218] Description:
Add "old" fill value messages to "new" fill value message sharing (and keep them both in the same shared message index). Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'test/tsohm.c')
-rw-r--r--test/tsohm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tsohm.c b/test/tsohm.c
index e1a24cb..e0e4e2b 100644
--- a/test/tsohm.c
+++ b/test/tsohm.c
@@ -48,7 +48,7 @@ const unsigned test_minsizes[H5O_SHMESG_MAX_NINDEXES] = {0, 2, 40, 100, 3, 1000}
#define NAME_BUF_SIZE 512
/* How much overhead counts as "not much" when converting B-trees, etc. */
-#define OVERHEAD_ALLOWED 1.1
+#define OVERHEAD_ALLOWED 1.15
#define NUM_DATASETS 10
#define NUM_ATTRIBUTES 100
@@ -1282,6 +1282,7 @@ static void size2_verify_plist2(hid_t plist)
ret = memcmp(&fill2, &fill2_correct, DTYPE2_SIZE);
VERIFY(ret, 0, memcmp);
}
+
/*-------------------------------------------------------------------------
* Function: size2_dump_struct
@@ -1308,6 +1309,7 @@ size2_dump_struct(size2_helper_struct *sizes)
printf(" attributes: %llu \tdelta: %llu\n", sizes->attrs1, sizes->attrs1 - sizes->interleaved);
printf(" attributes 2: %llu \tdelta: %llu\n", sizes->attrs2, sizes->attrs2 - sizes->attrs1);
}
+
/*-------------------------------------------------------------------------
* Function: size2_helper