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/tbinregR.ddl | |
parent | 12fd139e9045e989d3b9d9ecf63895b26880f609 (diff) | |
download | hdf5-7ad3d62a5c16e0d09654599a73384fb5dfbbd667.zip hdf5-7ad3d62a5c16e0d09654599a73384fb5dfbbd667.tar.gz hdf5-7ad3d62a5c16e0d09654599a73384fb5dfbbd667.tar.bz2 |
Update data output reference
Diffstat (limited to 'tools/testfiles/tbinregR.ddl')
-rw-r--r-- | tools/testfiles/tbinregR.ddl | 22 |
1 files changed, 16 insertions, 6 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 + } } } } |