From d5d223f1e500cc641c4e734d95b8082145772bca Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Thu, 2 Feb 2017 15:04:08 -0500 Subject: [PATCH] Bug 18036: Followup If you have the proof applied, do not apply this. If you do not have the proof applied, apply this. --- t/db_dependent/Templates.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Templates.t b/t/db_dependent/Templates.t index 3a2a9bc..fcfea8c 100755 --- a/t/db_dependent/Templates.t +++ b/t/db_dependent/Templates.t @@ -88,9 +88,9 @@ subtest 'Testing themelanguage for unique themes (BZ 17982)' => sub { # trigger bad case. $template = $htdocs . '/prog/en/kaboom/about.tt'; ($theme, $lang, $availablethemes) = C4::Templates::themelanguage($htdocs, $template, $section, $cgi); - is($theme,'1',"Expected strange theme: not coded for - $theme"); is($lang,undef,'Expected language: not coded for'); is( $availablethemes, undef, 'We only expect no prog: not coded for' ); + is($theme,undef,"Expected no theme: not coded for"); return; }; -- 2.1.4