diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-25 23:06:26 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-25 23:06:26 (GMT) |
commit | 6a22514a56cfc6672557a19d866e83721871dd87 (patch) | |
tree | 7cd7d89bdb982c0a893e8fe500cdf6145d5507c2 /tools/testfiles | |
parent | e3458407ef97e7a612ef56361f3f124a979521ea (diff) | |
download | hdf5-6a22514a56cfc6672557a19d866e83721871dd87.zip hdf5-6a22514a56cfc6672557a19d866e83721871dd87.tar.gz hdf5-6a22514a56cfc6672557a19d866e83721871dd87.tar.bz2 |
[svn-r5008] Purpose:
Test Add
Description:
Added a test for dumping files with the multi driver.
Platforms tested:
Linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tmulti-b.h5 | bin | 0 -> 2048 bytes | |||
-rw-r--r-- | tools/testfiles/tmulti-g.h5 | 0 | ||||
-rw-r--r-- | tools/testfiles/tmulti-l.h5 | bin | 0 -> 2048 bytes | |||
-rw-r--r-- | tools/testfiles/tmulti-o.h5 | bin | 0 -> 2048 bytes | |||
-rw-r--r-- | tools/testfiles/tmulti-r.h5 | bin | 0 -> 600 bytes | |||
-rw-r--r-- | tools/testfiles/tmulti-s.h5 | bin | 0 -> 2048 bytes | |||
-rw-r--r-- | tools/testfiles/tmulti.ddl | 23 |
7 files changed, 23 insertions, 0 deletions
diff --git a/tools/testfiles/tmulti-b.h5 b/tools/testfiles/tmulti-b.h5 Binary files differnew file mode 100644 index 0000000..3f5d51f --- /dev/null +++ b/tools/testfiles/tmulti-b.h5 diff --git a/tools/testfiles/tmulti-g.h5 b/tools/testfiles/tmulti-g.h5 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tools/testfiles/tmulti-g.h5 diff --git a/tools/testfiles/tmulti-l.h5 b/tools/testfiles/tmulti-l.h5 Binary files differnew file mode 100644 index 0000000..8b01fc6 --- /dev/null +++ b/tools/testfiles/tmulti-l.h5 diff --git a/tools/testfiles/tmulti-o.h5 b/tools/testfiles/tmulti-o.h5 Binary files differnew file mode 100644 index 0000000..35c1998 --- /dev/null +++ b/tools/testfiles/tmulti-o.h5 diff --git a/tools/testfiles/tmulti-r.h5 b/tools/testfiles/tmulti-r.h5 Binary files differnew file mode 100644 index 0000000..eb08e79 --- /dev/null +++ b/tools/testfiles/tmulti-r.h5 diff --git a/tools/testfiles/tmulti-s.h5 b/tools/testfiles/tmulti-s.h5 Binary files differnew file mode 100644 index 0000000..5b4ef20 --- /dev/null +++ b/tools/testfiles/tmulti-s.h5 diff --git a/tools/testfiles/tmulti.ddl b/tools/testfiles/tmulti.ddl new file mode 100644 index 0000000..050b674 --- /dev/null +++ b/tools/testfiles/tmulti.ddl @@ -0,0 +1,23 @@ +############################# +Expected output for 'h5dump --filedriver=multi tmulti' +############################# +HDF5 "tmulti" { +GROUP "/" { + DATASET "dset1" { + DATATYPE H5T_STD_I32BE + DATASPACE SIMPLE { ( 10, 15 ) / ( 10, 15 ) } + DATA { + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, + 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, + 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, + 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, + 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, + 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, + 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, + 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, + 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 + } + } +} +} |