Bug 12606

Summary: TestBuilder - Refactoring Acquisition/GetOrdersByBiblionumber.t
Product: Koha Reporter: Yohann Dufour <yohann.dufour>
Component: Test SuiteAssignee: Yohann Dufour <yohann.dufour>
Status: CLOSED WONTFIX QA Contact: Galen Charlton <gmcharlt>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, m.de.rooy
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Medium patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 12603    
Bug Blocks:    
Attachments: Bug 12606: refactoring GetOrdersByBiblionumber.t with TestBuilder
[SIGNED-OFF] Bug 12606: refactoring GetOrdersByBiblionumber.t with TestBuilder

Description Yohann Dufour 2014-07-18 14:35:59 UTC
In order to see what the module TestBuilder can bring to the writing of tests, the tests in Acquisition/GetOrdersByBiblionumber.t have been refactored with the use of TestBuilder.
Comment 1 Yohann Dufour 2014-07-18 15:06:10 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall (khall) 2014-07-25 12:56:39 UTC
Created attachment 30090 [details] [review]
[SIGNED-OFF] Bug 12606: refactoring GetOrdersByBiblionumber.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/GetOrdersByBiblionumber.t has to be a success without error or warning :
t/db_dependent/Acquisition/GetOrdersByBiblionumber.t .. ok
All tests successful.
Files=1, Tests=4,  2 wallclock secs ( 0.03 usr  0.01 sys +  1.90 cusr  0.09 csys =  2.03 CPU)
Result: PASS

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