summaryrefslogtreecommitdiffstats
path: root/test/tsohm.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-06-26 19:19:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-06-26 19:19:57 (GMT)
commit8e9f2af17537dd00296e55d6e0c5c982f0729694 (patch)
treef22ac462a49c4c2a081f3f82efb0d457bc57565a /test/tsohm.c
parentcc6c41f0f07d59a267e2e1b612368aef7fc17175 (diff)
downloadhdf5-8e9f2af17537dd00296e55d6e0c5c982f0729694.zip
hdf5-8e9f2af17537dd00296e55d6e0c5c982f0729694.tar.gz
hdf5-8e9f2af17537dd00296e55d6e0c5c982f0729694.tar.bz2
[svn-r13920] Description:
Uncomment some additional tests, which are [now?] working. Tested on: Mac OS X/32 10.4.10 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'test/tsohm.c')
-rw-r--r--test/tsohm.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/tsohm.c b/test/tsohm.c
index d0459a80..934c256 100644
--- a/test/tsohm.c
+++ b/test/tsohm.c
@@ -2159,8 +2159,8 @@ static void test_sohm_size2(int close_reopen)
VERIFY(norm_sizes.first_dset, 1, "h5_get_file_size");
if(list_index_small.first_dset >= btree_index.first_dset)
VERIFY(list_index_small.first_dset, 1, "h5_get_file_size");
-/* JAMES: can't guarantee if(list_index_med.first_dset >= btree_index.first_dset)
- VERIFY(btree_index.first_dset, 1, "h5_get_file_size"); */
+ if(list_index_med.first_dset >= btree_index.first_dset)
+ VERIFY(btree_index.first_dset, 1, "h5_get_file_size");
if(btree_index.first_dset >= list_index_big.first_dset)
VERIFY(list_index_med.first_dset, 1, "h5_get_file_size");
@@ -2173,8 +2173,8 @@ static void test_sohm_size2(int close_reopen)
*/
if(list_index_small.dsets1 >= list_index_med.dsets1)
VERIFY(btree_index.dsets1, 1, "h5_get_file_size");
-/* JAMES if(list_index_med.dsets1 >= btree_index.dsets1)
- VERIFY(list_index_med.dsets1, 1, "h5_get_file_size"); */
+ if(list_index_med.dsets1 >= btree_index.dsets1)
+ VERIFY(list_index_med.dsets1, 1, "h5_get_file_size");
if(btree_index.dsets1 >= norm_sizes.dsets1)
VERIFY(btree_index.dsets1, 1, "h5_get_file_size");
if(norm_sizes.dsets1 >= list_index_big.dsets1)
@@ -2204,8 +2204,8 @@ static void test_sohm_size2(int close_reopen)
* then the normal file. The largest list may or may not be bigger than
* the normal file.
*/
-/*JAMES if(list_index_med.dsets2 >= btree_index.dsets2)
- VERIFY(list_index_med.dsets2, 1, "h5_get_file_size"); */
+ if(list_index_med.dsets2 >= btree_index.dsets2)
+ VERIFY(list_index_med.dsets2, 1, "h5_get_file_size");
if(btree_index.dsets2 > list_index_small.dsets2 * OVERHEAD_ALLOWED)
VERIFY(btree_index.dsets2, list_index_small.dsets2, "h5_get_file_size");
if(list_index_small.dsets2 >= norm_sizes.dsets2)
@@ -2237,8 +2237,8 @@ static void test_sohm_size2(int close_reopen)
* shared. No new messages should be written to the indexes, so the
* sohm files will only get a little bit bigger.
*/
-/* JAMES if(list_index_med.interleaved >= btree_index.interleaved)
- VERIFY(0, 1, "h5_get_file_size"); */
+ if(list_index_med.interleaved >= btree_index.interleaved)
+ VERIFY(0, 1, "h5_get_file_size");
if(btree_index.interleaved > list_index_small.interleaved * OVERHEAD_ALLOWED)
VERIFY(btree_index.interleaved, list_index_small.interleaved, "h5_get_file_size");
if(list_index_small.interleaved >= norm_sizes.interleaved)