http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14778
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #16 from Tomás Cohen Arazi <[email protected]> --- This patchset removes DBIx::Connector usage, but is also moving the database handler creation responsability into the Koha::Database class. It looks great, convenient and makes a lot of sense. But right now it breaks some tests. Probably due to problems on the tests themselves: Test Summary Report ------------------- t/db_dependent/Borrower.t (Wstat: 65280 Tests: 8 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 13 tests but ran 8. t/db_dependent/Circulation_issuingrules.t (Wstat: 768 Tests: 7 Failed: 3) Failed tests: 2, 6-7 Non-zero exit status: 3 t/db_dependent/Installer.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 9 tests but ran 1. t/db_dependent/Items.t (Wstat: 65280 Tests: 6 Failed: 1) Failed test: 6 Non-zero exit status: 255 Parse errors: Bad plan. You planned 9 tests but ran 6. t/db_dependent/Reports_Guided.t (Wstat: 256 Tests: 18 Failed: 1) Failed test: 16 Non-zero exit status: 1 t/db_dependent/Search.t (Wstat: 65280 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 255 Parse errors: Bad plan. You planned 4 tests but ran 1. t/db_dependent/Sitemapper.t (Wstat: 1536 Tests: 14 Failed: 6) Failed tests: 6, 8, 10, 12-14 Non-zero exit status: 6 -- 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/
