Bug 12787: Reorganise t/db_dependent files
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Apr 2016 12:29:16 +0000 (13:29 +0100)
committerBrendan Gallagher <bredan@bywatersolutions.com>
Fri, 22 Apr 2016 00:54:35 +0000 (00:54 +0000)
commite28eaae9838d272641aef71effc3eeaba9041ed3
tree7ef19af9c21912c261d56247c9fddac5d9291789
parenta8491dc156db9d746b0f5ddd6175b66bf1bfa4ab
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@unc.edu.ar>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
29 files changed:
t/db_dependent/BiblioObject.t [deleted file]
t/db_dependent/Circulation/Branch.t [new file with mode: 0644]
t/db_dependent/Circulation/CalcDateDue.t [new file with mode: 0644]
t/db_dependent/Circulation/GetHardDueDate.t [new file with mode: 0644]
t/db_dependent/Circulation/OfflineOperation.t [new file with mode: 0644]
t/db_dependent/Circulation/dateexpiry.t [new file with mode: 0644]
t/db_dependent/Circulation/issue.t [new file with mode: 0644]
t/db_dependent/Circulation/transfers.t [new file with mode: 0644]
t/db_dependent/Circulation_Branch.t [deleted file]
t/db_dependent/Circulation_Issuingrule.t [deleted file]
t/db_dependent/Circulation_OfflineOperation.t [deleted file]
t/db_dependent/Circulation_dateexpiry.t [deleted file]
t/db_dependent/Circulation_issue.t [deleted file]
t/db_dependent/Circulation_issuingrules.t [deleted file]
t/db_dependent/Circulation_transfers.t [deleted file]
t/db_dependent/Items/DelItem.t [new file with mode: 0644]
t/db_dependent/Items_DelItem.t [deleted file]
t/db_dependent/Koha/Biblio.t [new file with mode: 0755]
t/db_dependent/Koha_template_plugin_Branches.t [deleted file]
t/db_dependent/Koha_template_plugin_KohaDates.t [deleted file]
t/db_dependent/Members/Attributes.t [new file with mode: 0644]
t/db_dependent/Members/columns.t [new file with mode: 0644]
t/db_dependent/Members_Attributes.t [deleted file]
t/db_dependent/Members_columns.t [deleted file]
t/db_dependent/Reports/Guided.t
t/db_dependent/ReportsGuided.t [deleted file]
t/db_dependent/Reports_Guided.t [deleted file]
t/db_dependent/Template/Plugin/Branches.t
t/db_dependent/Template/Plugin/KohaDates.t [new file with mode: 0644]