kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
63 stars 63 forks source link

Sort list for correct test comparing #6103

Closed henning-gerhardt closed 3 months ago

henning-gerhardt commented 3 months ago

The test method shouldGetMetadataSummary() in class CalendarServiceIT is expecting a list of string entries in a sorted way but the actual getting list entries are not sorted. So the test execution is randomly successfull or failing.

This PR is adding a sorting call while the list of meta data entries is generated.