summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dumpgentest.c
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-02-21 21:53:36 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-02-21 21:53:36 (GMT)
commitcf7f31f0c6deccc787291205dabed9b11fc8feee (patch)
tree8d234533154f5d82f762dd04b0c2ebc1bf8e5abe /tools/h5dump/h5dumpgentest.c
parent09103b6cb0004aaeb3dcc87bf2c2a0dfab4227f0 (diff)
downloadhdf5-cf7f31f0c6deccc787291205dabed9b11fc8feee.zip
hdf5-cf7f31f0c6deccc787291205dabed9b11fc8feee.tar.gz
hdf5-cf7f31f0c6deccc787291205dabed9b11fc8feee.tar.bz2
[svn-r20132] Purpose:
Fixing Bug 2092 - h5dump does not display index for a dataset Description: improve the test case from previous checkin r20108, which also display dataset via region reference. Previous Log: h5dump skip displaying array indices every certain number when the array type dataset is relatively big. The certain number varies according to the size of each array. This checkin fix the skipping array indices problem. This fix also correct indentation of the dataset data output. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake - jam
Diffstat (limited to 'tools/h5dump/h5dumpgentest.c')
-rw-r--r--tools/h5dump/h5dumpgentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c
index 8e28f61..0f0ad83 100644
--- a/tools/h5dump/h5dumpgentest.c
+++ b/tools/h5dump/h5dumpgentest.c
@@ -2846,7 +2846,7 @@ static void gent_array1_big(void)
hsize_t block[SPACE1_RANK]; /* Block size of hyperslab */
start[0]=0;
stride[0]=1;
- count[0]=600;
+ count[0]=999;
block[0]=1;
hdset_reg_ref_t *wbuf; /* buffer to write to disk */
/* Allocate write & read buffers */