diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-23 13:48:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-23 13:48:54 (GMT) |
commit | 5650be2d1a2cb514355706d0ccdfd43519244a0e (patch) | |
tree | 01e2b4fbe1827a9895f886186923e6fa346b9bed /tools/testfiles/twithddl.exp | |
parent | ff421d9424233c92547e2bb649324983bf86c9dd (diff) | |
download | hdf5-5650be2d1a2cb514355706d0ccdfd43519244a0e.zip hdf5-5650be2d1a2cb514355706d0ccdfd43519244a0e.tar.gz hdf5-5650be2d1a2cb514355706d0ccdfd43519244a0e.tar.bz2 |
[svn-r23193] Rename ddl export file and force file write on copy for windows.
Tested: local linux
Diffstat (limited to 'tools/testfiles/twithddl.exp')
-rw-r--r-- | tools/testfiles/twithddl.exp | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/tools/testfiles/twithddl.exp b/tools/testfiles/twithddl.exp new file mode 100644 index 0000000..f99d906 --- /dev/null +++ b/tools/testfiles/twithddl.exp @@ -0,0 +1,58 @@ +HDF5 "packedbits.h5" { +GROUP "/" { + DATASET "DS08BITS" { + DATATYPE H5T_STD_I8LE + DATASPACE SIMPLE { ( 8, 8 ) / ( 8, 8 ) } + DATA { + } + } + DATASET "DS16BITS" { + DATATYPE H5T_STD_I16LE + DATASPACE SIMPLE { ( 8, 16 ) / ( 8, 16 ) } + DATA { + } + } + DATASET "DS32BITS" { + DATATYPE H5T_STD_I32LE + DATASPACE SIMPLE { ( 8, 32 ) / ( 8, 32 ) } + DATA { + } + } + DATASET "DS64BITS" { + DATATYPE H5T_STD_I64LE + DATASPACE SIMPLE { ( 8, 64 ) / ( 8, 64 ) } + DATA { + } + } + DATASET "DU08BITS" { + DATATYPE H5T_STD_U8LE + DATASPACE SIMPLE { ( 8, 8 ) / ( 8, 8 ) } + DATA { + } + } + DATASET "DU16BITS" { + DATATYPE H5T_STD_U16LE + DATASPACE SIMPLE { ( 8, 16 ) / ( 8, 16 ) } + DATA { + } + } + DATASET "DU32BITS" { + DATATYPE H5T_STD_U32LE + DATASPACE SIMPLE { ( 8, 32 ) / ( 8, 32 ) } + DATA { + } + } + DATASET "DU64BITS" { + DATATYPE H5T_STD_U64LE + DATASPACE SIMPLE { ( 8, 64 ) / ( 8, 64 ) } + DATA { + } + } + DATASET "DummyDBL" { + DATATYPE H5T_IEEE_F64BE + DATASPACE SIMPLE { ( 8, 8 ) / ( 8, 8 ) } + DATA { + } + } +} +} |