Bugzilla – Attachment 43801 Details for
Bug 12194
Some fonts don't work on printing label
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12194: followup to fix test
Bug-12194-followup-to-fix-test.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2015-10-23 07:17:43 UTC
(
hide
)
Description:
Bug 12194: followup to fix test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-10-23 07:17:43 UTC
Size:
1.56 KB
patch
obsolete
>From 5ccb3371d4daff0626ce4f57c19a3d16632c9c84 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Thu, 22 Oct 2015 15:28:50 -0300 >Subject: [PATCH] Bug 12194: followup to fix test > >This patch adds new column 'oblique_title' to tested >data structure, and update number of tests > >To test: >1) Run prove t/db_dependent/Labels/*, or specifically >prove t/db_dependent/Labels/t_Layout.t > >It fails > >2) apply the patch >3) Run test again, this time must pass > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/Labels/t_Layout.t | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Labels/t_Layout.t b/t/db_dependent/Labels/t_Layout.t >index 8bad7ea..fdb01e4 100644 >--- a/t/db_dependent/Labels/t_Layout.t >+++ b/t/db_dependent/Labels/t_Layout.t >@@ -20,7 +20,7 @@ > use strict; > use warnings; > >-use Test::More tests => 36; >+use Test::More tests => 38; > use C4::Context; > use Data::Dumper; > >@@ -37,6 +37,7 @@ my $default_layout = { > printing_type => 'BAR', > layout_name => 'TEST', > guidebox => 0, >+ oblique_title => 1, > font => 'TR', > font_size => 3, > callnum_split => 0, >@@ -65,6 +66,7 @@ my $new_attr = { > printing_type => 'BIBBAR', > layout_name => 'TEST', > guidebox => 1, >+ oblique_title => 0, > font => 'TR', > font_size => 10, > callnum_split => 1, >-- >2.1.0
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 12194
:
30217
|
40702
|
43697
|
43698
|
43699
|
43700
|
43737
|
43738
|
43739
|
43740
|
43778
| 43801