summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbinregR.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tbinregR.ddl')
-rw-r--r--tools/testfiles/tbinregR.ddl16
1 files changed, 13 insertions, 3 deletions
diff --git a/tools/testfiles/tbinregR.ddl b/tools/testfiles/tbinregR.ddl
index 9f2fb09..6cd6e11 100644
--- a/tools/testfiles/tbinregR.ddl
+++ b/tools/testfiles/tbinregR.ddl
@@ -8,13 +8,23 @@ DATASET "/Dataset1" {
COUNT ( 1 );
BLOCK ( 1 );
DATA {
- DATASET /Dataset2 {
+ DATASET "/Dataset2" {
REGION_TYPE BLOCK (2,2)-(7,7)
DATATYPE H5T_STD_U8BE
DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
- DATA {
- }
+ DATA {
+ }
}
+ DATASET "/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
}
}
}