diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-03 22:05:35 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:18 (GMT) |
commit | 2a30c554394c68283ef4a85a69d085bc40df4b37 (patch) | |
tree | 9d173083007b73315652cc3191281d9b84d2ce25 /tools/testfiles/tbinregR.ddl | |
parent | 8972b966227e39e38a7fb8e70b40d0c36c9585f9 (diff) | |
download | hdf5-2a30c554394c68283ef4a85a69d085bc40df4b37.zip hdf5-2a30c554394c68283ef4a85a69d085bc40df4b37.tar.gz hdf5-2a30c554394c68283ef4a85a69d085bc40df4b37.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 + } } } } |