[koha-commits] main Koha release repository branch master updated. v16.11.00-307-g7401d94

Git repo owner gitmaster at git.koha-community.org
Fri Jan 20 15:08:43 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  7401d9422be26c5ff900269a10e70c9ca4364de6 (commit)
      from  9fe4f3b2bac53afe4844a42ec71da0640aeaeb97 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7401d9422be26c5ff900269a10e70c9ca4364de6
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jan 17 06:42:11 2017 +0000

    Bug 17920: t/db_dependent/Sitemapper.t fails because of permissions
    
    The directory it attempts to create an xml file may not be writable for
    the user running the test. By changing the directory from the current
    directory to a temporary one, the test runs. After all 'chmod 777
    t/db_dependent' is a bad idea.
    
    TEST PLAN
    ---------
    1) sudo koha-shell "prove t/db_dependent/Sitemapper.t" kohadev
       -- fails
    2) apply patch
    3) sudo koha-shell "prove t/db_dependent/Sitemapper.t" kohadev
       -- succeeds
    4) run koha qa test tools
    
    Tested without qa tools
    Signed-off-by: Claire Gravely <claire_gravely at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 t/db_dependent/Sitemapper.t |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list