summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-13 19:40:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-13 19:40:02 (GMT)
commitb4e64410f52b745a2b7bce348d1d577a7f255d85 (patch)
tree18e2377026d7adb5c0dec934cd6581b37c4cb733 /tools/testfiles
parent5acd2e893c5dd4bf0c98c108efeaca389a54da3b (diff)
downloadhdf5-b4e64410f52b745a2b7bce348d1d577a7f255d85.zip
hdf5-b4e64410f52b745a2b7bce348d1d577a7f255d85.tar.gz
hdf5-b4e64410f52b745a2b7bce348d1d577a7f255d85.tar.bz2
[svn-r28889] Merge of r28865, 28866, 28868, 28885 from trunk (h5dump bugfix).
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/non_existing.ddl31
1 files changed, 31 insertions, 0 deletions
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"