summaryrefslogtreecommitdiffstats
path: root/test/testfiles
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-06-06 17:05:37 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-06-06 17:05:37 (GMT)
commitaabfb1d7567ed7b69ec2d4b10bb254aec9cabbc3 (patch)
tree0c0721cb078b71c3163498616bbe06431fcf195e /test/testfiles
parent5fe34ffd25c659ec4033e8d0521bc6be41c70b4d (diff)
downloadhdf5-aabfb1d7567ed7b69ec2d4b10bb254aec9cabbc3.zip
hdf5-aabfb1d7567ed7b69ec2d4b10bb254aec9cabbc3.tar.gz
hdf5-aabfb1d7567ed7b69ec2d4b10bb254aec9cabbc3.tar.bz2
[svn-r20934] Issue 4278 - When reading data fails, the error message should say which filter isn't registered. This is the follow-up commit (20929 and 20930). The check-vfd in Makefile has trouble with the file name. Because the test file
is pre-generated, I use the default FAPL to create the full file name to avoid some driver test. Tested on jam - simple change.
Diffstat (limited to 'test/testfiles')
-rw-r--r--test/testfiles/error_test_13
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testfiles/error_test_1 b/test/testfiles/error_test_1
index 5ba1847..8d6e208 100644
--- a/test/testfiles/error_test_1
+++ b/test/testfiles/error_test_1
@@ -1,7 +1,6 @@
#############################
Expected output for error_test
#############################
-All error API tests passed.
This program tests the Error API. There're supposed to be some error messages
********* Print error stack in HDF5 default way *********
Second Test-DIAG: Error detected in Second Program (1.0) thread (IDs):
@@ -57,3 +56,5 @@ HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs):
#004: (file name) line (number) in H5Z_pipeline(): required filter 'bogus' is not registered
major: Data filters
minor: Read failed
+
+All error API tests passed.