https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23049
--- Comment #219 from Marcel de Rooy <[email protected]> --- (In reply to Martin Renvoize from comment #218) > Hmm, > > The exception is intended and is in fact caught and rethrown within > Koha::Account.pm.. not sure why it results in noise in the test though.. it > should be hidden by the 'throws_ok' call.. > > Investigating. my $schema = Koha::Database->new->schema; $schema->storage->dbh->{PrintError} = 0; Might do it in Koha/Account.t Please try -- 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/
