diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-04-28 22:08:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-04-28 22:08:22 (GMT) |
commit | 38ba243d4869d6c6e32060a14388df1c1aba3d37 (patch) | |
tree | 070e3f2e8fcc06c8500ed54e184764a4ae963ab1 | |
parent | 3d934a35c273fd44ee68ec94db7bdf9b3617644f (diff) | |
download | hdf5-38ba243d4869d6c6e32060a14388df1c1aba3d37.zip hdf5-38ba243d4869d6c6e32060a14388df1c1aba3d37.tar.gz hdf5-38ba243d4869d6c6e32060a14388df1c1aba3d37.tar.bz2 |
[svn-r16883] Corrected test file for data region index values.
-rw-r--r-- | tools/testfiles/tdataregR.ddl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/testfiles/tdataregR.ddl b/tools/testfiles/tdataregR.ddl index 7ed807b..5121603 100644 --- a/tools/testfiles/tdataregR.ddl +++ b/tools/testfiles/tdataregR.ddl @@ -11,7 +11,7 @@ GROUP "/" { (0): REGION_TYPE BLOCK (2,2)-(7,7) (0): DATATYPE H5T_STD_U8LE (0): DATA { - (0,0): 66, 69, 72, 75, 78, 81, 96, 99, 102, 105, 108, 111, 126, 129, 132, 135, 138, 141, 156, 159, 162, 165, 168, 171, 186, 189, 192, 195, 198, 201, 216, 219, 222, 225, 228, 231 + (2,2): 66, 69, 72, 75, 78, 81, 96, 99, 102, 105, 108, 111, 126, 129, 132, 135, 138, 141, 156, 159, 162, 165, 168, 171, 186, 189, 192, 195, 198, 201, 216, 219, 222, 225, 228, 231 (0): } (0): } (1): DATASET /Dataset2 { @@ -19,16 +19,16 @@ GROUP "/" { (1): (0,4), (9,0), (7,1), (3,3) (1): DATATYPE H5T_STD_U8LE (1): DATA { - (0,1): 207, - (0,1): 66, - (0,1): 252, - (0,1): 48, - (0,1): 84, - (0,1): 96, - (0,1): 12, - (0,1): 14, - (0,1): 213, - (0,1): 99 + (6,9): 207, + (2,2): 66, + (8,4): 252, + (1,6): 48, + (2,8): 84, + (3,2): 96, + (0,4): 12, + (9,0): 14, + (7,1): 213, + (3,3): 99 (1): } (1): } } |