summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbinregR.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-23 22:30:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-23 22:30:44 (GMT)
commit8c184576461bfd8bbcc2189ecda2b87fd40cf597 (patch)
tree1175b58e939d9b493863330d1a806b1f1cdca54e /tools/testfiles/tbinregR.ddl
parent0f95a9d5ab47a609f50c7554e46f60b625df07e8 (diff)
downloadhdf5-8c184576461bfd8bbcc2189ecda2b87fd40cf597.zip
hdf5-8c184576461bfd8bbcc2189ecda2b87fd40cf597.tar.gz
hdf5-8c184576461bfd8bbcc2189ecda2b87fd40cf597.tar.bz2
[svn-r19282] Fix test scripts (Cmake needs to capture output yet)
linux script needed -R and double compare: Tested: local linux
Diffstat (limited to 'tools/testfiles/tbinregR.ddl')
-rw-r--r--tools/testfiles/tbinregR.ddl21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/testfiles/tbinregR.ddl b/tools/testfiles/tbinregR.ddl
new file mode 100644
index 0000000..8afaa5d
--- /dev/null
+++ b/tools/testfiles/tbinregR.ddl
@@ -0,0 +1,21 @@
+HDF5 "testfiles/tdatareg.h5" {
+DATASET "/Dataset1" {
+ DATATYPE H5T_REFERENCE { H5T_STD_REF_DSETREG }
+ DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
+ SUBSET {
+ START ( 0 );
+ STRIDE ( 1 );
+ 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 {
+ }
+ }
+ }
+ }
+}
+}