https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #23 from Jonathan Druart <[email protected]> --- Test plan (for bug 19185 and bug 19821): % prove -Mt::lib::Bootstrap t/db_dependent/selenium/00-installation.t Config entry 'database_test' does not exist at /home/vagrant/kohaclone/t/lib/Bootstrap.pm line 18 # Edit $KOHA_CONF, add a database_test entry identical to database (then restart_all): % prove -Mt::lib::Bootstrap t/db_dependent/selenium/00-installation.t Entries 'database_test' and 'database' have the same value in your config at /home/vagrant/kohaclone/t/lib/Bootstrap.pm line 20. # Edit $KOHA_CONF, edit database_test with koha_kohadev_test (then restart_all) % prove -Mt::lib::Bootstrap t/db_dependent/selenium/00-installation.t Access denied for user 'koha_kohadev'@'localhost' to database 'koha_kohadev_test' # Login as the admin mysql user MariaDB [(none)]> GRANT ALL PRIVILEGES ON `koha_kohadev_test`.* TO 'koha_kohadev'@'localhost'; % prove -Mt::lib::Bootstrap t/db_dependent/selenium/00-installation.t t/db_dependent/selenium/00-installation.t .. ok All tests successful. Files=1, Tests=2, 25 wallclock secs ( 0.02 usr 0.01 sys + 1.34 cusr 0.24 csys = 1.61 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
