]> git.koha-community.org Git - koha.git/commit
Bug 13453: Koha.t daily quote tests assume sample data
authorMark Tompsett <mtompset@hotmail.com>
Fri, 12 Dec 2014 17:28:11 +0000 (12:28 -0500)
committerMason James <mtj@kohaaloha.com>
Fri, 16 Jan 2015 19:27:22 +0000 (08:27 +1300)
commitaf764c39d4f6e89447c0b55854795d31a8b69e20
tree5b3250de3290456b561d03d7a9209022aafaf56b
parent50b3015a0bcff6228d968516b9c65e9c06536534
Bug 13453: Koha.t daily quote tests assume sample data

By adding quotes 3 and 25 from the sample data, this test can
pass without having the sample quote data loaded.

TEST PLAN
---------
1) Ensure there is no quote id=3 or that it is NOT
   Abraham Lincoln.
2) prove t/db_dependent/Koha.t
   -- this should fail the daily quote test.
3) apply patch
4) prove t/db_dependent/Koha.t
   -- this should *NOT* fail the daily quote test.
5) run koha qa test tools

Followed test plan 1)-4). Without patch, daily quote test failed. With patch, test passed OK.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Works as described, leaves actual data unchanged.
Signed-off-by: Mason James <mtj@kohaaloha.com>
t/db_dependent/Koha.t