]> 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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Tue, 13 Jun 2017 06:01:21 +0000 (08:01 +0200)
commit08a2513df4cc7d7b853e3cdfe93f24cb149a28e7
tree6784ee19830915cca281e002a4bdff22f997d4c8
parentcb028d353f8682bc3057f689f3db8aa03ed067ae
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