https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33146
--- Comment #12 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
