]> git.koha-community.org Git - koha.git/commit
Bug 18767: Remove useless diags from GetDailyQuote.t
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 9 Jun 2017 14:16:08 +0000 (11:16 -0300)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Jul 2017 13:02:03 +0000 (01:02 +1200)
commit2bdb4c6ed5ea0cf418515b489c647e4d716a86fd
tree582fdc3e4c3c5f6ef9c10ae42ac8c892f2d253db
parent82617abd17233d08a3b8b481c6d2dd1bff4cb467
Bug 18767: Remove useless diags from GetDailyQuote.t

This tests print useless debugging info.

To test:
- Run:
  $ sudo koha-shell kohadev
 k$ cd kohaclone
 k$ prove t/db_dependent/Koha/GetDailyQuote.t
=> FAIL: Some output telling what is doing on each step is printed.
- Apply the patch
- Run
 k$ prove t/db_dependent/Koha/GetDailyQuote.t
=> SUCCESS: No output, YAY!
- Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 78a9f39f9a97179af3e3a38cf8cb17b3f043d88a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 4def0870d85975c4e926fb62dbc2a9db2807ae20)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
t/db_dependent/Koha/GetDailyQuote.t