Bugzilla – Attachment 24300 Details for
Bug 11542
Increasing test coverage for C4::Print
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 11542: Increase test coverage for Print.pm
bug-11542-Increase-test-coverage-for-Printpm.patch (text/plain), 811 bytes, created by
Kyle M Hall (khall)
on 2014-01-14 20:09:42 UTC
(
hide
)
Description:
bug 11542: Increase test coverage for Print.pm
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-01-14 20:09:42 UTC
Size:
811 bytes
patch
obsolete
>From b7b56920b029d9cb9f4ce34767865c3ef1df7dc7 Mon Sep 17 00:00:00 2001 >From: daniel <daniel.barker.nz@gmail.com> >Date: Tue, 14 Jan 2014 14:19:39 +1300 >Subject: [PATCH] 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 >--- > t/Print.t | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/t/Print.t b/t/Print.t >index 1a05304..faf729d 100755 >--- a/t/Print.t >+++ b/t/Print.t >@@ -6,9 +6,10 @@ > use strict; > use warnings; > >-use Test::More tests => 1; >+use Test::More tests => 2; > > BEGIN { > use_ok('C4::Print'); > } >+ok( !NetworkPrint("")); > >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11542
:
24249
|
24259
|
24300
|
24302