https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35052 --- Comment #12 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 203933 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203933&action=edit Bug 35052: Fix test warning in OpacHiddenItems end-to-end test Changed build_query_compat call to use empty arrays [] instead of [undef] for operators and indexes parameters, which prevents uninitialized value warnings. This makes the test output pristine while maintaining the same semantics (both represent 'no operators/indexes specified'). Removed the Test::Warn wrapper since the warning is no longer generated, and reverted the subtest assertion count from 4 back to 3. -- You are receiving this mail because: You are watching all bug changes.