[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-24-g95ce694

Git repo owner gitmaster at git.koha-community.org
Wed Nov 19 22:09:04 CET 2014


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  95ce6945d879dd2ca82ccc988e84535f89a384f3 (commit)
       via  98fcda28ff119bc6ef6b35e5cd32e57f50870d6f (commit)
       via  b8a0eefc23fc32b5c43a18ad4e2ee9066c33680c (commit)
       via  48da54977a93a8ba588054ba7ccc605ef46820e8 (commit)
      from  719c1335d878cc2ab94af262bea4540daabc5d55 (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 95ce6945d879dd2ca82ccc988e84535f89a384f3
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Nov 19 18:05:26 2014 -0300

    Bug 13277: (QA followup) use t::lib::Mocks
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 98fcda28ff119bc6ef6b35e5cd32e57f50870d6f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Nov 17 22:59:49 2014 -0500

    Bug 13277: t/SuggestionEngine_AuthorityFile.t shouldn't depend on the DB
    
    To reproduce:
    - Stop your MySQL server:
      $ sudo service mysql stop
    - Run
      $ prove t/SuggestionEngine_AuthorityFile.t
    => FAIL: some tests fail because of mysql stopped
    
    To test (MySQL still stopped)
    - Apply the patch
    - Run
      $ prove t/SuggestionEngine_AuthorityFile.t
    => SUCCESS: tests pass because the ycan be loaded regardless of
                the absence of the DB server
    - Sign off :-D
    
    Regards
    
    Signed-off-by: Magnus Enger <digitalutvikling at gmail.com>
    Turned off MySQL and ran the tests before and after the patch.
    Works as advertized.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b8a0eefc23fc32b5c43a18ad4e2ee9066c33680c
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Nov 19 18:05:54 2014 -0300

    Bug 13278: (QA followup) use t::lib::Mocks
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 48da54977a93a8ba588054ba7ccc605ef46820e8
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Nov 18 01:05:30 2014 -0300

    Bug 13278: t/Search.t shouldn't depend on the DB
    
    To reproduce:
    - Stop your MySQL server:
      $ sudo service mysql stop
    - Run
      $ prove t/Search.t
    => FAIL: some tests fail because of mysql stopped
    
    To test (MySQL still stopped)
    - Apply the patch
    - Run
      $ prove t/Search.t
    => SUCCESS: tests pass because the ycan be loaded regardless of
                the absence of the DB server
    - Sign off :-D
    
    Regards
    
    Signed-off-by: Magnus Enger <digitalutvikling at gmail.com>
    Turned off MySQL and ran the tests before and after the patch.
    Works as advertised.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 t/Search.t                         |   12 +++++++-----
 t/SuggestionEngine_AuthorityFile.t |   29 ++++++++++++++++++++++++-----
 2 files changed, 31 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list