Skip to content

Commit

Permalink
Fix ProcessServiceIT
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Mar 7, 2024
1 parent edcb63a commit 0c07a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public void shouldNotFindByTokenizedPropertyTitleAndWrongValue() throws DataExce
@Test
public void shouldFindLinkableParentProcesses() throws DataException, DAOException, IOException {
assertEquals("Processes were not found in index!", 1,
processService.findLinkableParentProcesses("HierarchyParent", 1).size());
processService.findLinkableParentProcesses(MockDatabase.HIERARCHY_PARENT, 1).size());
}

@Ignore("for second process is attached task which is processed by blocked user")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<mets:div ID="PHYS_0000" DMDID="uuid-83867038-fca7-3001-9e9c-2ca97bc1b168" TYPE="physSequence"/>
</mets:structMap>
<mets:structMap TYPE="LOGICAL">
<mets:div ID="LOG_0000" DMDID="uuid-017a6d80-fde9-3445-a239-bc86ba0c9f14" TYPE="Monograph" ORDER="1">
<mets:div ID="LOG_0000" DMDID="uuid-017a6d80-fde9-3445-a239-bc86ba0c9f14" TYPE="MultiVolumeWork" ORDER="1">
<mets:div ID="uuid-0a7803be-1d54-455f-bea8-dfee41735e09">
<mets:mptr LOCTYPE="OTHER" OTHERLOCTYPE="Kitodo.Production" xlink:href="database://?process.id=7"/>
</mets:div>
Expand Down

0 comments on commit 0c07a88

Please sign in to comment.