From 4c57ea80f552e65ba0c1012a6605ee1fb8cdd1d1 Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sun, 1 Oct 2023 14:12:46 +0200 Subject: [PATCH] Add details on test coverage improvements - https://github.com/dita-ot/dita-ot/issues/4259 - https://github.com/dita-ot/dita-ot/issues/4264 - https://github.com/dita-ot/dita-ot/issues/4280 Signed-off-by: Roger Sheen --- release-notes/index.dita | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/release-notes/index.dita b/release-notes/index.dita index 3ddf6f57..e6c6d09c 100644 --- a/release-notes/index.dita +++ b/release-notes/index.dita @@ -102,11 +102,11 @@ #4254, #4267 -
  • Improve preprocess unit tests - #4259 -
  • -
  • Add preprocess integration test for subject scheme - #4264 +
  • Test coverage has been improved to include unit tests for preprocessing, integration tests for + subject schemes, and unit tests for cascading metadata in duplicate topicrefs. + #4259, + #4264, + #4280
  • Footnote in title, footnote text appears in xref @@ -118,9 +118,6 @@
  • ignore fn elements when computing link text for a target element #4276
  • -
  • Add tests for cascading metadata in duplicate topicrefs - #4280 -
  • Refactor metadata cascade code #4283