Bug 11542 - Increasing test coverage for C4::Print
Summary: Increasing test coverage for C4::Print
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Roman Amor
QA Contact: Galen Charlton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-14 01:14 UTC by Daniel Barker
Modified: 2014-12-07 20:07 UTC (History)
1 user (show)

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


Attachments
Propsed Patch (675 bytes, patch)
2014-01-14 01:27 UTC, Daniel Barker
Details | Diff | Splinter Review
bug 11542: Increase test coverage for Print.pm (720 bytes, patch)
2014-01-14 02:28 UTC, Roman Amor
Details | Diff | Splinter Review
bug 11542: Increase test coverage for Print.pm (811 bytes, patch)
2014-01-14 20:09 UTC, Kyle M Hall
Details | Diff | Splinter Review
[PASSED QA] bug 11542: Increase test coverage for Print.pm (890 bytes, patch)
2014-01-14 20:17 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Barker 2014-01-14 01:14:28 UTC

    
Comment 1 Daniel Barker 2014-01-14 01:27:12 UTC Comment hidden (obsolete)
Comment 2 Roman Amor 2014-01-14 02:28:58 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall 2014-01-14 20:09:42 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2014-01-14 20:17:35 UTC
Created attachment 24302 [details] [review]
[PASSED QA] bug 11542: Increase test coverage for Print.pm

to test
1. run prove t/Print.t
2. apply patch
3. run prove t/Print.t
Notice more tests are done

Signed-off-by: Roman Amor <romanwilton@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
UT passes, also passes koha-qa.pl

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tests pass :)
Comment 5 Galen Charlton 2014-01-14 20:51:47 UTC
Pushed to master.  Congratulations on having your first patch accepted into Koha, Daniel!