[koha-commits] main Koha release repository branch master updated. v3.22.00-1170-g408d556

Git repo owner gitmaster at git.koha-community.org
Fri Apr 22 02:45:45 CEST 2016


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  408d556346f6b4a50b0d71efcb4eb30014d8c0bb (commit)
       via  59df79869dc68b120be56dd4ff85c30f260028b8 (commit)
       via  e28eaae9838d272641aef71effc3eeaba9041ed3 (commit)
      from  a8491dc156db9d746b0f5ddd6175b66bf1bfa4ab (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 408d556346f6b4a50b0d71efcb4eb30014d8c0bb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 20 22:30:57 2016 +0000

    Bug 12787 [QA Followup] - Retain change to Reports_Guided.t
    
    Adds change from Bug 16224: Fix t/db_dependent/Reports_Guided.t
    (08017f89f150394b6224fafb64fe8d12fc146ff1) to Reports/Guided.t
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit 59df79869dc68b120be56dd4ff85c30f260028b8
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Thu Apr 7 12:56:39 2016 -0300

    Bug 12787: (QA followup) small QA fixes
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit e28eaae9838d272641aef71effc3eeaba9041ed3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Apr 7 13:29:16 2016 +0100

    Bug 12787: Reorganise t/db_dependent files
    
    This patch tries to reorganise test files in the db_dependent directory:
    - Circulation_Branch.t       has been moved to Circulation/Branch.t
    - Circulation_issuingrules.t has been moved to Circulation/CalcDateDue.t
    - Circulation_Issuingrule.t  has been moved to Circulation/GetHardDueDate.t
    - Circulation_dateexpiry.t   has been moved to Circulation/dateexpiry.t
    - Circulation_issue.t        has been moved to Circulation/issue.t
    - Circulation_transfers.t    has been moved to Circulation/transfers.t
    - Items_DelItem.t            has been moved to Items/DelItem.t
    - BiblioObject.t             has been moved to Koha/Biblio.t
    - Members_Attributes.t       has been moved to Members/Attributes.t
    - Members_columns.t          has been moved to Members/columns.t
    - Circulation_OfflineOperation.t   has been moved to Circulation/OfflineOperation.t
    - Koha_template_plugin_KohaDates.t has been moved to Template/Plugin/KohaDates.t
    - Koha_template_plugin_Branches.t  has been moved to Template/Plugin/Branches.t
    - Reports/Guided.t, ReportsGuided.t and Reports_Guided.t have been
      merged
    
    Test plan:
    Confirm that all the modified tests still pass
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

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

Summary of changes:
 .../{Circulation_Branch.t => Circulation/Branch.t} |    0
 .../CalcDateDue.t}                                 |   26 +-
 .../GetHardDueDate.t}                              |    0
 .../OfflineOperation.t}                            |    0
 .../dateexpiry.t}                                  |    0
 .../{Circulation_issue.t => Circulation/issue.t}   |    0
 .../transfers.t}                                   |    2 +-
 .../{Items_DelItem.t => Items/DelItem.t}           |    0
 t/db_dependent/{BiblioObject.t => Koha/Biblio.t}   |    0
 t/db_dependent/Koha_template_plugin_Branches.t     |   57 ----
 .../{Members_Attributes.t => Members/Attributes.t} |    0
 .../{Members_columns.t => Members/columns.t}       |    0
 t/db_dependent/Reports/Guided.t                    |  303 ++++++++++++++++----
 t/db_dependent/ReportsGuided.t                     |   85 ------
 t/db_dependent/Reports_Guided.t                    |  123 --------
 t/db_dependent/Template/Plugin/Branches.t          |   28 +-
 .../Plugin/KohaDates.t}                            |    0
 17 files changed, 266 insertions(+), 358 deletions(-)
 rename t/db_dependent/{Circulation_Branch.t => Circulation/Branch.t} (100%)
 rename t/db_dependent/{Circulation_issuingrules.t => Circulation/CalcDateDue.t} (79%)
 rename t/db_dependent/{Circulation_Issuingrule.t => Circulation/GetHardDueDate.t} (100%)
 rename t/db_dependent/{Circulation_OfflineOperation.t => Circulation/OfflineOperation.t} (100%)
 rename t/db_dependent/{Circulation_dateexpiry.t => Circulation/dateexpiry.t} (100%)
 rename t/db_dependent/{Circulation_issue.t => Circulation/issue.t} (100%)
 rename t/db_dependent/{Circulation_transfers.t => Circulation/transfers.t} (98%)
 rename t/db_dependent/{Items_DelItem.t => Items/DelItem.t} (100%)
 rename t/db_dependent/{BiblioObject.t => Koha/Biblio.t} (100%)
 delete mode 100644 t/db_dependent/Koha_template_plugin_Branches.t
 rename t/db_dependent/{Members_Attributes.t => Members/Attributes.t} (100%)
 mode change 100755 => 100644
 rename t/db_dependent/{Members_columns.t => Members/columns.t} (100%)
 delete mode 100755 t/db_dependent/ReportsGuided.t
 delete mode 100755 t/db_dependent/Reports_Guided.t
 rename t/db_dependent/{Koha_template_plugin_KohaDates.t => Template/Plugin/KohaDates.t} (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list