http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10895
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Version|unspecified |master Assignee|[email protected] |[email protected] --- Comment #4 from M. Tompsett <[email protected]> --- Without applying 10589 to master: $ git checkout -b bug_10895 origin/master $ git bz apply 10895 $ prove -v t/db_dependent/GetHiddenItems_PatronCategory.t [SNIP] Test Summary Report ------------------- t/db_dependent/GetHiddenItems_PatronCategory.t (Wstat: 3072 Tests: 22 Failed: 12) Failed tests: 7-11, 14-15, 18-22 Non-zero exit status: 12 Files=1, Tests=22, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.38 cusr 0.02 csys = 0.43 CPU) Result: FAIL $ git reset --hard origin/master $ git bz apply 10589 $ git bz apply 10895 $ prove -v t/db_dependent/GetHiddenItems_PatronCategory.t [SNIP] All tests successful. Files=1, Tests=22, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.36 cusr 0.05 csys = 0.43 CPU) Result: PASS I also checked it against koha-qa.pl, no worrisome output. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
