summaryrefslogtreecommitdiffstats
path: root/windows
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 /windows
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 'windows')
-rw-r--r--windows/tools/h5dump/testh5dump.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat
index a9e3995..dff1d1f 100644
--- a/windows/tools/h5dump/testh5dump.bat
+++ b/windows/tools/h5dump/testh5dump.bat
@@ -374,7 +374,7 @@ rem ############################################################################
rem test for files with array data
call :tooltest tarray1.ddl tarray1.h5
- call :tooltest tarray1_big.ddl tarray1_big.h5
+ call :tooltest tarray1_big.ddl -R tarray1_big.h5
call :tooltest tarray2.ddl tarray2.h5
call :tooltest tarray3.ddl tarray3.h5
call :tooltest tarray4.ddl tarray4.h5