diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-03 22:05:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-03 22:05:35 (GMT) |
commit | 7ad3d62a5c16e0d09654599a73384fb5dfbbd667 (patch) | |
tree | 8f4ca1c09c423f96b46726c387530e16ea73110d /tools/testfiles | |
parent | 12fd139e9045e989d3b9d9ecf63895b26880f609 (diff) | |
download | hdf5-7ad3d62a5c16e0d09654599a73384fb5dfbbd667.zip hdf5-7ad3d62a5c16e0d09654599a73384fb5dfbbd667.tar.gz hdf5-7ad3d62a5c16e0d09654599a73384fb5dfbbd667.tar.bz2 |
Update data output reference
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tbinregR.ddl | 22 | ||||
-rw-r--r-- | tools/testfiles/tbinregR.exp | 22 |
2 files changed, 32 insertions, 12 deletions
diff --git a/tools/testfiles/tbinregR.ddl b/tools/testfiles/tbinregR.ddl index 9f2fb09..7d9efab 100644 --- a/tools/testfiles/tbinregR.ddl +++ b/tools/testfiles/tbinregR.ddl @@ -8,14 +8,24 @@ DATASET "/Dataset1" { COUNT ( 1 ); BLOCK ( 1 ); DATA { - DATASET /Dataset2 { - REGION_TYPE BLOCK (2,2)-(7,7) - DATATYPE H5T_STD_U8BE - DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) } - DATA { - } + DATASET tdatareg.h5/Dataset2 { + REGION_TYPE BLOCK (2,2)-(7,7) + DATATYPE H5T_STD_U8BE + DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) } + DATA { } } + DATASET tdatareg.h5/Dataset2 { + REGION_TYPE POINT (6,9), (2,2), (8,4), (1,6), (2,8), (3,2), (0,4), + (9,0), (7,1), (3,3) + DATATYPE H5T_STD_U8BE + DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) } + DATA { + } + } + NULL + NULL + } } } } diff --git a/tools/testfiles/tbinregR.exp b/tools/testfiles/tbinregR.exp index 857667f..7d1bb6c 100644 --- a/tools/testfiles/tbinregR.exp +++ b/tools/testfiles/tbinregR.exp @@ -1,7 +1,17 @@ - 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
\ No newline at end of file + 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 + 207, + 66, + 252, + 48, + 84, + 96, + 12, + 14, + 213, + 99 |