summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattrreg.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-02 18:01:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-02 18:01:40 (GMT)
commit929490f6bc58c6b3bf777645b21d5fd0e0e74da7 (patch)
tree02f3c9e34e88e769373913f6a2a2fee7f9554150 /tools/testfiles/tattrreg.ddl
parent7e92c2e3e503abd983fe5557efa78e61474a7850 (diff)
downloadhdf5-929490f6bc58c6b3bf777645b21d5fd0e0e74da7.zip
hdf5-929490f6bc58c6b3bf777645b21d5fd0e0e74da7.tar.gz
hdf5-929490f6bc58c6b3bf777645b21d5fd0e0e74da7.tar.bz2
Update reference files to latest output
Diffstat (limited to 'tools/testfiles/tattrreg.ddl')
-rw-r--r--tools/testfiles/tattrreg.ddl16
1 files changed, 13 insertions, 3 deletions
diff --git a/tools/testfiles/tattrreg.ddl b/tools/testfiles/tattrreg.ddl
index b47ab63..2c7b92d 100644
--- a/tools/testfiles/tattrreg.ddl
+++ b/tools/testfiles/tattrreg.ddl
@@ -9,9 +9,19 @@ GROUP "/" {
DATATYPE H5T_REFERENCE { H5T_STD_REF_DSETREG }
DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
DATA {
- (0): DATASET /Dataset2 {(2,2)-(7,7)}, DATASET /Dataset2 {(6,9),
- (1): (2,2), (8,4), (1,6), (2,8), (3,2), (0,4), (9,0), (7,1),
- (1): (3,3)}, NULL, NULL
+ DATASET tattrreg.h5/Dataset2 {
+ REGION_TYPE BLOCK (2,2)-(7,7)
+ DATATYPE H5T_STD_U8BE
+ DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
+ }
+ DATASET tattrreg.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 ) }
+ }
+ NULL
+ NULL
}
}
}