diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-01-28 13:23:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-01-28 13:23:09 (GMT) |
commit | d29b786508f93de13ed15fbcd69adfc7e9fcbd00 (patch) | |
tree | 3fbe874a4c47d5f27c4fa775e896345c496dc57e | |
parent | c07c6e098a47b3db7e2ba80d7a7f733aff28de3a (diff) | |
download | hdf5-d29b786508f93de13ed15fbcd69adfc7e9fcbd00.zip hdf5-d29b786508f93de13ed15fbcd69adfc7e9fcbd00.tar.gz hdf5-d29b786508f93de13ed15fbcd69adfc7e9fcbd00.tar.bz2 |
[svn-r29001] Missing testfile committed
-rw-r--r-- | tools/h5dump/errfiles/non_existing.err | 1 | ||||
-rw-r--r-- | tools/testfiles/non_existing.ddl | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/tools/h5dump/errfiles/non_existing.err b/tools/h5dump/errfiles/non_existing.err new file mode 100644 index 0000000..f7e3afa --- /dev/null +++ b/tools/h5dump/errfiles/non_existing.err @@ -0,0 +1 @@ +h5dump error: unable to open file "non_existing.h5" diff --git a/tools/testfiles/non_existing.ddl b/tools/testfiles/non_existing.ddl new file mode 100644 index 0000000..4377f8d --- /dev/null +++ b/tools/testfiles/non_existing.ddl @@ -0,0 +1,31 @@ +HDF5 "tgroup.h5" { +GROUP "/" { + GROUP "g1" { + GROUP "g1.1" { + } + GROUP "g1.2" { + } + } + GROUP "g2" { + GROUP "g2.1" { + GROUP "g2.1.1" { + } + GROUP "g2.1.2" { + } + GROUP "g2.1.3" { + } + } + } + GROUP "g3" { + GROUP "g3.1" { + } + GROUP "g3.2" { + } + GROUP "g3.3" { + } + GROUP "g3.4" { + } + } +} +} +h5dump error: unable to open file "non_existing.h5" |