diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-02-21 21:53:36 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-02-21 21:53:36 (GMT) |
commit | cf7f31f0c6deccc787291205dabed9b11fc8feee (patch) | |
tree | 8d234533154f5d82f762dd04b0c2ebc1bf8e5abe /tools/h5dump/CMakeLists.txt | |
parent | 09103b6cb0004aaeb3dcc87bf2c2a0dfab4227f0 (diff) | |
download | hdf5-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/CMakeLists.txt')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index d8980eb..0209c35 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -786,7 +786,7 @@ IF (BUILD_TESTING) # test for files with array data ADD_H5_TEST (tarray1 0 tarray1.h5) # # added for bug# 2092 - tarray1_big.h5 - ADD_H5_TEST (tarray1_big 0 tarray1_big.h5) + ADD_H5_TEST (tarray1_big 0 -R tarray1_big.h5) ADD_H5_TEST (tarray2 0 tarray2.h5) ADD_H5_TEST (tarray3 0 tarray3.h5) ADD_H5_TEST (tarray4 0 tarray4.h5) |