https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #85113|0 |1 is obsolete| | --- Comment #94 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Created attachment 85708 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85708&action=edit Bug 20750: (follow-up) Remove status_alias test As per item 8) here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750#c64 This test is now redundant. We can't test the return of $req->status_alias against the value of $req->{status_alias} any more since we've overloaded the status_alias method and it won't always return the value of the object's property. We test the functionality of the status_alias method elsewhere so we're still covered. -- You are receiving this mail because: You are watching all bug changes.