Bug 24062: Make sure TestBuilder will stop generate X or other invalid category's...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Nov 2019 09:14:31 +0000 (10:14 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 19 Nov 2019 15:17:08 +0000 (15:17 +0000)
commitfda209ca505a2a0e0099788aa5f654601f1caf07
treedf8eefa6cdec685eac7800eccbfe2bee8b88057b
parentcbe22553fe4bdcb9bf1bfc127dd4371f09ef43e9
Bug 24062: Make sure TestBuilder will stop generate X or other invalid category's types

To make sure this kind of random failures will not appear in a future we
are going to fix it at TestBuilder level.

Test plan:
  prove t/db_dependent/TestBuilder.t
and confirm it returns green

You could also only apply the tests against master, run them several
times and confirm that they fail most of the time.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/TestBuilder.t
t/lib/TestBuilder.pm