Bug 18897: Improve error message
authorMark Tompsett <mtompset@hotmail.com>
Fri, 25 Aug 2017 11:38:06 +0000 (07:38 -0400)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 3 Oct 2017 15:00:03 +0000 (17:00 +0200)
commita24ac206701bdde509baf47f005aa31bf42a1b6a
tree1a970680e5f24804f49aca297edaa41569c7bb16
parentb6b6acf285f98a7da665eac6741cdfc87b089b57
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>
t/db_dependent/Koha_Elasticsearch_Indexer.t