https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23681
--- Comment #172 from Katrin Fischer <[email protected]> --- Also tests are failing: prove t/db_dependent/RestrictionType.t t/db_dependent/RestrictionTypes.t t/db_dependent/RestrictionType.t ... 1/3 DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'me.default_value' in 'where clause' at /kohadevbox/koha/Koha/Objects.pm line 96 # Looks like your test exited with 11 just after 2. t/db_dependent/RestrictionType.t ... Dubious, test returned 11 (wstat 2816, 0xb00) Failed 1/3 subtests t/db_dependent/RestrictionTypes.t .. 1/6 DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'me.default_value' in 'where clause' at /kohadevbox/koha/Koha/Objects.pm line 96 # Looks like your test exited with 11 just after 3. t/db_dependent/RestrictionTypes.t .. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 3/6 subtests Test Summary Report ------------------- t/db_dependent/RestrictionType.t (Wstat: 2816 Tests: 2 Failed: 0) Non-zero exit status: 11 Parse errors: Bad plan. You planned 3 tests but ran 2. t/db_dependent/RestrictionTypes.t (Wstat: 2816 Tests: 3 Failed: 0) Non-zero exit status: 11 Parse errors: Bad plan. You planned 6 tests but ran 3. Files=2, Tests=5, 2 wallclock secs ( 0.01 usr 0.01 sys + 1.88 cusr 0.15 csys = 2.05 CPU) Result: FAIL I made sure to apply the database update before running the tests. Can you please check? -- 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/
