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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Jun 2017 14:55:35 +0000 (11:55 -0300)
commit78a9f39f9a97179af3e3a38cf8cb17b3f043d88a
tree1de2fc19f7eb546dcb35a72419c1cda9b926a757
parent6e7c125a56be8971ec9c9bb52373bff5004a936a
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>
t/db_dependent/Koha/GetDailyQuote.t