Skip to content

Commit

Permalink
Adjust new ruleset restrictions to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Jul 10, 2024
1 parent 0b70fd5 commit 8c65d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kitodo/src/test/resources/rulesets/ruleset_test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
<restriction division="MultiVolumeWork" unspecified="forbidden">
<permit division="Volume"/>
<permit key="TitleDocMain" minOccurs="1"/>
<permit key="TitleDocMainShort" minOccurs="1"/>
<permit key="TitleDocMainShort"/>
<permit key="CatalogIDDigital" minOccurs="1"/>
<permit key="CatalogIDSource" minOccurs="1"/>
<permit key="CatalogIDSource"/>
<permit key="TSL_ATS"/>
<permit key="ContributorPerson"/>
</restriction>
Expand Down

0 comments on commit 8c65d8c

Please sign in to comment.