From a0eb0c35b49621b3bea2b92681204bdaddb83c54 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Mon, 11 Aug 2003 18:52:57 +0000 Subject: [PATCH] Test handling of the keep-commented field and its interaction with the garb. Added the debug request backdate_comment_link. (Bug 902). Testsuite fixes. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 45769c3ed..7d64ac932 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ 2003-08-11 Per Cederqvist <ceder@ceder.dyndns.org> + Testsuite fixes. + * src/server/testsuite/lyskomd.0/41.exp: Code cleanup. + * src/server/testsuite/lyskomd.0/regexp-match-cov.exp: Updated + expected suppressed leak count. + + Test handling of the keep-commented field and its interaction with + the garb. Added the debug request backdate_comment_link. (Bug 902). + * src/server/testsuite/lyskomd.0/Makefile.am (EXTRA_DIST): Added + 42.exp. + * src/server/testsuite/lyskomd.0/42.exp: New file. Test + keep-commented handling. + * src/server/fncdef.txt: Added backdate_comment_link. + * src/server/debug.c (backdate_comment_link): New debug request. + * src/include/services.h (backdate_comment_link): New debug + request. + Comments and footnotes now protect the parent text from being garbed until the comment is keep_commented days old. (Bug 902). * src/include/kom-types.h (Small_conf): Added keep_commented. -- GitLab