Skip to content

Commit

Permalink
Merge pull request #496 from DILCISBoard/FIX/CSIP20
Browse files Browse the repository at this point in the history
Fixed valid status of packages in CSIP20
  • Loading branch information
PhillipAasvangTommerholt authored Aug 28, 2024
2 parents 0c881ae + 493f7f6 commit 3fb7618
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions corpus/CSIP/CSIP20/testCase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ XML lists -->
</error>
<corpusPackages>
<!-- Details of corpus packages designed to test this validation rule. -->
<package name="IP_18000_CSIP20_1" isValid="TRUE" isImplemented="TRUE">
<path>valid/IP_18000_CSIP20_1</path>
<package name="IP_18000_CSIP20_1" isValid="FALSE" isImplemented="TRUE">
<path>invalid/IP_18000_CSIP20_1</path>
<!-- Full description of corpus package features. -->
<description>A package based on the minimal IP with schemas. Contains dmdSec without a STATUS attribute</description>
</package>
Expand Down Expand Up @@ -70,7 +70,7 @@ XML lists -->
<description>A package based on the minimal IP with schemas. Contains a dmdSec element in mets.xml. Contains a mets/dmd/@STATUS attribute with a valid value ("current" = lower case)</description>
</package>
<package name="IP_18000_CSIP20_4" isValid="TRUE" isImplemented="TRUE">
<path>invalid/IP_18000_CSIP20_4</path>
<path>valid/IP_18000_CSIP20_4</path>
<!-- Full description of corpus package features. -->
<description>A package based on the minimal IP with schemas. Contains a dmdSec element in mets.xml. Contains a mets/dmd/@STATUS attribute with a valid value ("CURRENT")</description>
</package>
Expand Down

0 comments on commit 3fb7618

Please sign in to comment.