Bug 12607 - TestBuilder - Refactoring Acquisition/GetBasketsInfosByBookseller.t
Summary: TestBuilder - Refactoring Acquisition/GetBasketsInfosByBookseller.t
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Yohann Dufour
QA Contact: Galen Charlton
URL:
Keywords:
Depends on: 12603
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-18 14:37 UTC by Yohann Dufour
Modified: 2016-12-05 21:23 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Medium patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12607: refactoring GetBasketsInfosByBookseller.t with TestBuilder (4.89 KB, patch)
2014-07-18 15:15 UTC, Yohann Dufour
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 12607: refactoring GetBasketsInfosByBookseller.t with TestBuilder (4.96 KB, patch)
2014-07-25 12:58 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Yohann Dufour 2014-07-18 14:37:49 UTC
In order to see what the module TestBuilder can bring to the writing of tests, the tests in Acquisition/GetBasketsInfosByBookseller.t have been refactored with the use of TestBuilder.
Comment 1 Yohann Dufour 2014-07-18 15:15:27 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall 2014-07-25 12:58:41 UTC
Created attachment 30091 [details] [review]
[SIGNED-OFF] Bug 12607: refactoring GetBasketsInfosByBookseller.t with TestBuilder

The tests have been refactored with the module TestBuilder.

Test plan:
1/ Apply the patch 12603 and the last patch of bug 11518.
2/ The command : prove t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t has to be a success without error or warning :
t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t .. ok
All tests successful.
Files=1, Tests=18,  2 wallclock secs ( 0.03 usr  0.01 sys +  1.71 cusr  0.09 csys =  1.84 CPU)
Result: PASS

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 3 Marcel de Rooy 2014-10-13 11:56:13 UTC
CONFLICT (content): Merge conflict in t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t
Comment 4 Jonathan Druart 2016-03-04 11:24:16 UTC
This is not needed anymore.