Summary: | C4::Installer uses Koha::Database instead | ||
---|---|---|---|
Product: | Koha | Reporter: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | josef.moravec |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 11974 | ||
Attachments: |
Bug 18721 - C4::Installer uses Koha::Database instead
Bug 18721: (follow-up) Restore dbms attribute in class, fix Installer.t |
Description
Olli-Antti Kivilahti
2017-06-02 09:40:40 UTC
Created attachment 63933 [details] [review] Bug 18721 - C4::Installer uses Koha::Database instead I used populate_db.pl, but does not work - the database tables were not created. Created attachment 64423 [details] [review] Bug 18721: (follow-up) Restore dbms attribute in class, fix Installer.t This patch restores "dbms" attribute in C4::Installer, since it is used in the class. I also checked if other scripts and modules are using any of the class attributes, but did not notice further issues, apart from Installer.t Removes now unneeded tests from t/db_dependent/Installer.t. To test: 1. prove t/db_dependent/Installer.t |