30 Mar
2023
30 Mar
'23
3:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33146 --- Comment #12 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Nick Clemens from comment #11)
The tests here die if you have any issues in your system. Can we remove the delete, and add a common attribute to the newly created items that we can use to query and limit the data set?
What I always do is generating a few items, and generate a my $query = { itemnumber => [ $item_1->id, ..., $item_n->id ] }; and then: $t->get_ok( '...?q=' . $query ); -- You are receiving this mail because: You are watching all bug changes.