Bug 18897: Improve error message
authorMark Tompsett <mtompset@hotmail.com>
Fri, 25 Aug 2017 11:38:06 +0000 (07:38 -0400)
committerKatrin Fischer <katrin.fischer.83@web.de>
Fri, 6 Oct 2017 06:18:35 +0000 (08:18 +0200)
commit82db13b7116a202a3bc9baf81f198ef9a227b85e
tree223c1c4de313704af628ad46c71a4bfc7b3b4113
parentecc6542c8c205228dd771388c72fac161c89fc2d
Bug 18897: Improve error message

Test Plan:
$ git fetch
$ git checkout -b bug_18897 origin/master
$ git bz apply 18897
-- interactive apply just the first patch
$ sudo apt-get remove libcatmandu-store-elasticsearch-perl
...
$ prove t/db_dependent/Koha_Elasticsearch_Indexer.t
-- Note that the message says the wrong library is missing.
$ git bz apply 18897
-- interactive apply this patch
$ prove t/db_dependent/Koha_Elasticsearch_Indexer.t
-- Note that the message says the correct library is missing.
run the koha qa test tools

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Lee Jamison <ldjamison@marywood.edu>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit a24ac206701bdde509baf47f005aa31bf42a1b6a)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
t/db_dependent/Koha_Elasticsearch_Indexer.t