From 05872970a38536564282cda7194b631bbc66a875 Mon Sep 17 00:00:00 2001
From: The Minh Luong <theminh@inlibro.com>
Date: Thu, 24 Mar 2022 13:14:52 -0400
Subject: [PATCH] Bug 17015: Fixing QA tools failures

This patch fixes tests that fails with the QA tool.

To test, run the QA tool
All tests should say OK except 2 that fails.
---
 .../intranet-tmpl/prog/en/modules/tools/discrete_calendar.tt    | 2 +-
 tmp/DiscreteCalendar_performance/benchmark_checkins.pl          | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 tmp/DiscreteCalendar_performance/benchmark_checkins.pl

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/discrete_calendar.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/discrete_calendar.tt
index ca4482bde1..4169af3d69 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/discrete_calendar.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/discrete_calendar.tt
@@ -3,7 +3,7 @@
 [% USE Branches %]
 [% SET footerjs = 1 %]
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Tools &rsaquo; [% Branches.GetName( branch ) | html %] calendar</title>
+<title>[% Branches.GetName( branch ) | html %] calendar; Tools &rsaquo; Koha &rsaquo</title>
 [% INCLUDE 'doc-head-close.inc' %]
 [% Asset.css("css/discretecalendar.css") | $raw %]
 </head>
diff --git a/tmp/DiscreteCalendar_performance/benchmark_checkins.pl b/tmp/DiscreteCalendar_performance/benchmark_checkins.pl
old mode 100644
new mode 100755
-- 
2.25.1