https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28965
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Needs Signoff |Failed QA --- Comment #4 from David Nind <[email protected]> --- Tests fail for me after applying patch (and dependencies) 8-(... root@kohadevbox:koha(bz28965)$ prove t/db_dependent/Virtualshelves.t t/db_dependent/Virtualshelves.t .. No method count found for Koha::Virtualshelves DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'public' in 'where clause' at /kohadevbox/koha/Koha/Objects.pm line 601 at /kohadevbox/koha/Koha/Virtualshelf.pm line 99. DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'public' in 'field list' at /kohadevbox/koha/Koha/Object.pm line 170 # Looks like you planned 13 tests but ran 1. t/db_dependent/Virtualshelves.t .. 1/8 # Failed test 'CRUD' # at t/db_dependent/Virtualshelves.t line 110. DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'public' in 'field list' at /kohadevbox/koha/Koha/Object.pm line 170 # Looks like your test exited with 11 just after 1. t/db_dependent/Virtualshelves.t .. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 8/8 subtests Test Summary Report ------------------- t/db_dependent/Virtualshelves.t (Wstat: 2816 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 11 Parse errors: Bad plan. You planned 8 tests but ran 1. Files=1, Tests=1, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.58 cusr 0.15 csys = 1.75 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
