From a12555a339a41f1ac22b0acca9bbea43ab292643 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 11 Oct 2017 12:15:01 -0300 Subject: [PATCH] Bug 19373: Update tests Signed-off-by: Matthias Meusburger --- t/db_dependent/Auth_with_cas.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/Auth_with_cas.t b/t/db_dependent/Auth_with_cas.t index a58300a..35e6169 100755 --- a/t/db_dependent/Auth_with_cas.t +++ b/t/db_dependent/Auth_with_cas.t @@ -58,9 +58,10 @@ is(C4::Auth_with_cas::_url_with_get_params($cgi, 'opac'), "$opac_base_url/cgi-bin/koha/opac-user.pl?bar=baz", "_url_with_get_params should return URL without deleted parameters (Bug 12398)"); +$ENV{SCRIPT_NAME} = '/cgi-bin/koha/circ/circulation-home.pl'; # intranet url test is(C4::Auth_with_cas::_url_with_get_params($cgi, 'intranet'), - "$staff_base_url?bar=baz", + "$staff_base_url/cgi-bin/koha/circ/circulation-home.pl?bar=baz", "Intranet URL should be returned when using intranet login (Bug 13507)"); -- 2.7.4