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

Make DocketTest an integration test #6121

Closed matthias-ronge closed 2 months ago

matthias-ronge commented 2 months ago

We once defined an integration test as a test that reads or writes a file. But DocketTest is defined as a unit test (file name …Test.java) and is executed on every Maven command. It doesn't just read one file, it reads very many—at least on Windows, it parses all installed fonts each time, produces a thousand lines of output and it takes minutes. So it should be an integration test instead (file name …IT.java).