-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from kitodo:master #298
Conversation
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Keep previous selection of new structure type if possible
docs: Remove reference to non-existing file contentServerConfig.xml
Add option to show last comment directly in comment column
Improve filter menu suggestions
[Kitodo Core] Replace Junit 4 with Junit 5
} | ||
|
||
@Test | ||
public void shouldGetDigitalDocument() throws Exception { | ||
FileLoader.createMetadataFile(); | ||
|
||
LegacyMetsModsDigitalDocumentHelper actual = processService.getDigitalDocument(processService.getById(1)); | ||
assertEquals("Metadata size in digital document is incorrect!", 1, | ||
actual.getLogicalDocStruct().getAllMetadata().size()); | ||
assertEquals(1, actual.getLogicalDocStruct().getAllMetadata().size(), "Metadata size in digital document is incorrect!"); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note test
LegacyDocStructHelperInterface.getAllMetadata
} | ||
|
||
@Test | ||
public void shouldGetDigitalDocument() throws Exception { | ||
FileLoader.createMetadataFile(); | ||
|
||
LegacyMetsModsDigitalDocumentHelper actual = processService.getDigitalDocument(processService.getById(1)); | ||
assertEquals("Metadata size in digital document is incorrect!", 1, | ||
actual.getLogicalDocStruct().getAllMetadata().size()); | ||
assertEquals(1, actual.getLogicalDocStruct().getAllMetadata().size(), "Metadata size in digital document is incorrect!"); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note test
LegacyMetsModsDigitalDocumentHelper.getLogicalDocStruct
Remove junit4 support
Add missing `Override` annotation
Correction comment state
…import Enrich process with LABEL and ORDERLABEL during mass import
Revert "Use special property `revision` to set the version only once"
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )