summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-23 22:28:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-23 22:28:52 (GMT)
commit23da86c0dc6503b1effe1b935ae68e59a9c063c3 (patch)
treef4b6a81e0a7fe640d7eb809afbd1c0782f6678c2 /tools/testfiles
parent9d68049cc6a6062a95a57d7f2b01ae21ef6ac1eb (diff)
downloadhdf5-23da86c0dc6503b1effe1b935ae68e59a9c063c3.zip
hdf5-23da86c0dc6503b1effe1b935ae68e59a9c063c3.tar.gz
hdf5-23da86c0dc6503b1effe1b935ae68e59a9c063c3.tar.bz2
[svn-r19280] Fix test scripts (Cmake needs to capture output yet)
linux script needed -R and double compare: Tested: local linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/tbinregR.ddl21
-rw-r--r--tools/testfiles/tbinregR.txt15
2 files changed, 21 insertions, 15 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 {
+ }
+ }
+ }
+ }
+}
+}
diff --git a/tools/testfiles/tbinregR.txt b/tools/testfiles/tbinregR.txt
deleted file mode 100644
index f4c38a1..0000000
--- a/tools/testfiles/tbinregR.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-HDF5 "tdatareg.h5" {
-DATASET "/Dataset1" {
- DATATYPE H5T_REFERENCE
- DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
- SUBSET {
- START ( 0 );
- STRIDE ( 1 );
- COUNT ( 1 );
- BLOCK ( 1 );
- DATA {
-
- }
- }
-}
-}