Bug 25261: Prevent tests to fail if CircConfirmItemParts is on
commit189baf8f49cb853e955849dd9a7ad61f6868ac32
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 1 Oct 2020 09:35:00 +0000 (1 11:35 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 1 Oct 2020 09:41:36 +0000 (1 11:41 +0200)
treec49cb15dd61636c1646a117a644d009ff6b901e2
parent1ab62474357e031c6509abbe0a97e4c0fe079cb6
Bug 25261: Prevent tests to fail if CircConfirmItemParts is on

Setting items.materials to NULL at TestBuilder level will (certainly) prevent some
tests to fail if the pref is on

In t/db_dependent/selenium/basic_workflow.t we set 952$3 to an empty
string. The tests will pass even if the pref is turned on.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/selenium/basic_workflow.t
t/lib/TestBuilder.pm