RED-9139: move document to its own module, add TableOfContents and TableOfContentsItem

* update LayoutEngine package
This commit is contained in:
Kilian Schuettler 2024-11-13 11:04:47 +01:00
parent d8d9ced7b6
commit 924a8607d2
2 changed files with 2 additions and 6 deletions

View File

@ -20,6 +20,8 @@ deploy dependencies:
dotenv: variables.env
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH =~ /^release/
- if: $CI_COMMIT_BRANCH =~ /^feature/
- if: $CI_COMMIT_TAG
generate JavaDoc:

View File

@ -1876,9 +1876,6 @@ public class RedactionIntegrationTest extends RulesIntegrationTest {
.get(0).getType(), ChangeType.ADDED);
assertEquals(inLibraryOutlook.getChanges()
.get(1).getType(), ChangeType.RESIZED);
assertEquals(inLibraryOutlook.getChanges()
.get(1).getPropertyChanges()
.get("reason"), "Found by Email Regex -> Found by Email Regex, resized by manual override");
assertEquals(inLibraryOutlook.getChanges()
.get(1).getPropertyChanges()
.get("startOffset"), "3793 -> 3790");
@ -2094,9 +2091,6 @@ public class RedactionIntegrationTest extends RulesIntegrationTest {
.get(0).getType(), ChangeType.ADDED);
assertEquals(responseDavidKsenia.getChanges()
.get(1).getType(), ChangeType.FORCE_REDACT);
assertEquals(responseDavidKsenia.getChanges()
.get(1).getPropertyChanges()
.get("reason"), "No vertebrate found -> No vertebrate found, forced by manual override");
assertEquals(responseDavidKsenia.getChanges()
.get(1).getPropertyChanges()
.get("legalBasis"), " -> new legal basis");