summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tmulti.ddl
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-02-25 23:06:26 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-02-25 23:06:26 (GMT)
commit6a22514a56cfc6672557a19d866e83721871dd87 (patch)
tree7cd7d89bdb982c0a893e8fe500cdf6145d5507c2 /tools/testfiles/tmulti.ddl
parente3458407ef97e7a612ef56361f3f124a979521ea (diff)
downloadhdf5-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/tmulti.ddl')
-rw-r--r--tools/testfiles/tmulti.ddl23
1 files changed, 23 insertions, 0 deletions
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
+ }
+ }
+}
+}