[Koha-bugs] [Bug 16622] some tests triggered by prove t fail for unset KOHA_CONF

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 1 06:55:43 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16622

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl
             Status|NEW                         |In Discussion

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
This line in C4/Auth_with_cas.pm is the culprit of all those warns:

my $context = C4::Context->new() or die 'C4::Context->new failed';

Comment it out and run 'prove t' and you are back to the basic mess that is
expected. Sadly, I believe it is necessary, even though $context is not used.

What do you think, Marcel?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list