[Koha-bugs] [Bug 14066] Koha code does not really use Readonly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 28 06:43:00 CEST 2015


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #11 from Marc Véron <veron at veron.ch> ---
Testing with both patches, following test plan:

1) Apply both patches

OK

2) prove -v t/db_dependent/Calendar.t

?? t/db_dependent/Calendar.t
This file does not exist.
find -name Cal*.t
Result: ./t/Calendar.t
OK - error in test plan :-)

3) prove -v t/db_dependent/Holidays.t
OK

4) prove -v t/Calendar.t
OK

5) perlcritic -3 Koha/Calendar.pm
   -- the message corresponds to a comment in the code already
      and not this change.
OK, one message found: 
Package variable declared or used at line 60, column 1.  See pages 73,75 of
PBP.  (Severity: 3)

6) run koha qa test tools
qa -c 2 [-v 2]
OK    Koha/Calendar.pm
OK    C4/Installer/PerlDependencies.pm

Will sign off...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list