]> 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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 12 Jun 2017 10:31:06 +0000 (12:31 +0200)
commit4def0870d85975c4e926fb62dbc2a9db2807ae20
tree11fca264956678ec867b336209888f68e2e3a839
parentc5fcadf128e84c2a5deae5209b04fa82559845fb
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>
t/db_dependent/Koha/GetDailyQuote.t