diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-03 15:58:49 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-03 15:58:49 (GMT) |
commit | 4bffd76b3ccc6cecf1691f6e350d7e58408fc69e (patch) | |
tree | 6ec89e9fc6b98772fa1014a37ffc753fa6934ebd /tools | |
parent | b71a597e86c431c0c72c30e40db6baa9d7046cf5 (diff) | |
download | hdf5-4bffd76b3ccc6cecf1691f6e350d7e58408fc69e.zip hdf5-4bffd76b3ccc6cecf1691f6e350d7e58408fc69e.tar.gz hdf5-4bffd76b3ccc6cecf1691f6e350d7e58408fc69e.tar.bz2 |
[svn-r20929] Issue 4278 - When reading data fails, the error message should say which filter isn't registered. The fix is simple. Most of the effort is on the test. The file with filter enabled is created in gen_filter.c. The verification of the error message is in test_error.c. The output is compared against the standard output.
Tested on jam, koala, and heiwa.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testfiles/filter_fail.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/filter_fail.ddl b/tools/testfiles/filter_fail.ddl index 9ee1da8..1bb65ba 100644 --- a/tools/testfiles/filter_fail.ddl +++ b/tools/testfiles/filter_fail.ddl @@ -21,7 +21,7 @@ HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs): #003: (file name) line (number) in H5D_chunk_lock(): data pipeline read failed major: Data filters minor: Filter operation failed - #004: (file name) line (number) in H5Z_pipeline(): required filter is not registered + #004: (file name) line (number) in H5Z_pipeline(): required filter 'filter_fail_test' is not registered major: Data filters minor: Read failed h5dump error: unable to print data |