From 52f3545bde417a7eaeb996bfc97b58ab32075c73 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 24 Sep 2003 14:25:16 -0500 Subject: [svn-r7506] Purpose: Add backward compatbility with v1.6 for Error API; change error tests to avoid printing error messages. Description: If enable-hdf5v1_6 is configured in, make some functions compatible with v1.6. Error test program print out some error messages as it succeeds. Solution: Use #ifdef H5_WANT_H5_V1_6_COMPAT statements. Use shell script to compare error test output with the standard one. Platforms tested: h5committest --- MANIFEST | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index bd290c0..9d58562 100644 --- a/MANIFEST +++ b/MANIFEST @@ -28,7 +28,7 @@ ./bin/debug-ohdr _DO_NOT_DISTRIBUTE_ ./bin/dependencies ./bin/distdep -./bin/errors _DO_NOT_DISTRIBUTE_ +./bin/error_test _DO_NOT_DISTRIBUTE_ ./bin/h5vers ./bin/install-sh ./bin/iostats @@ -973,7 +973,8 @@ ./test/enum.c ./test/extend.c ./test/external.c -./test/errors.c +./test/error_test.c +./test/err_compat.c ./test/file_handle.c ./test/fill_old.h5 ./test/fillval.c @@ -1015,6 +1016,7 @@ ./test/tconfig.c ./test/testhdf5.c ./test/testhdf5.h +./test/testerror.sh ./test/testmeta.c ./test/tfile.c ./test/tgenprop.c @@ -1042,6 +1044,11 @@ ./test/tvltypes.c ./test/unlink.c +./test/testfiles/err_compat_1 +./test/testfiles/err_compat_2 +./test/testfiles/error_test_1 +./test/testfiles/error_test_2 + ./testpar/Dependencies ./testpar/Makefile.in ./testpar/t_dset.c -- cgit v0.12