[Koha-bugs] [Bug 10895] Tests for C4::Items GetHiddenItems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 17 05:34:31 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10895

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
            Version|unspecified                 |master
           Assignee|gmcharlt at gmail.com          |mtompset at hotmail.com

--- Comment #4 from M. Tompsett <mtompset at hotmail.com> ---
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.


More information about the Koha-bugs mailing list