summaryrefslogtreecommitdiffstats
path: root/tools/test/h5import/testfiles/tall_i32.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-12 17:22:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-12 17:22:52 (GMT)
commitb829420a0d6b63f46c923d8c622d3cd451faece7 (patch)
tree98f14e929986076e5429ecf0a75a948088b57133 /tools/test/h5import/testfiles/tall_i32.ddl
parent7a25041caf6dced2ad2480bb39eb2bc98721e51f (diff)
downloadhdf5-b829420a0d6b63f46c923d8c622d3cd451faece7.zip
hdf5-b829420a0d6b63f46c923d8c622d3cd451faece7.tar.gz
hdf5-b829420a0d6b63f46c923d8c622d3cd451faece7.tar.bz2
HDFFV-10219: Added keyword SUBSET to h5import list.
Diffstat (limited to 'tools/test/h5import/testfiles/tall_i32.ddl')
-rw-r--r--tools/test/h5import/testfiles/tall_i32.ddl32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/test/h5import/testfiles/tall_i32.ddl b/tools/test/h5import/testfiles/tall_i32.ddl
new file mode 100644
index 0000000..d9280bc
--- /dev/null
+++ b/tools/test/h5import/testfiles/tall_i32.ddl
@@ -0,0 +1,32 @@
+HDF5 "d-tall_i32.h5" {
+GROUP "/" {
+ GROUP "g1" {
+ GROUP "g1.1" {
+ DATASET "dset1.1.1" {
+ DATATYPE H5T_STD_I32BE
+ DATASPACE SIMPLE { ( 3, 2 ) / ( 3, 2 ) }
+ STORAGE_LAYOUT {
+ CONTIGUOUS
+ SIZE 24
+ OFFSET 3464
+ }
+ FILTERS {
+ NONE
+ }
+ FILLVALUE {
+ FILL_TIME H5D_FILL_TIME_IFSET
+ VALUE H5D_FILL_VALUE_DEFAULT
+ }
+ ALLOCATION_TIME {
+ H5D_ALLOC_TIME_LATE
+ }
+ DATA {
+ (0,0): 1, 4,
+ (1,0): 3, 12,
+ (2,0): 5, 20
+ }
+ }
+ }
+ }
+}
+}