[Koha-bugs] [Bug 20056] Uninitialized warn in cmp_sysprefs.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 26 03:38:01 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20056

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtompset at hotmail.com

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
TEST PLAN
---------
0) Back up database as desired.
1) Run the following commands:
   $ kshell
   k$ ./misc/maintenance/cmp_sysprefs.pl -cmd backup -file ~/sysprefs.bak
2) Go to the local tab of the system preferences in the staff client.
3) Reduce the last digit of version by one and save
   -- it will force you into an upgrade screen login.
   -- Don't upgrade!
4) Run the following commands:
    k$ ./misc/maintenance/cmp_sysprefs.pl -cmd compare -file ~/syspref.bak -upd
   -- Warning encountered from comment #0.
5) Run the following commands:
    k$ exit
    $ git bz apply 20056
    $ kshell
    k$ ./misc/maintenance/cmp_sysprefs.pl -cmd compare -file ~/syspref.bak -upd
    k$ exit
   -- Warning was silenced.
6) Either restore db or reset_all
7) run koha qa test tools.

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


More information about the Koha-bugs mailing list