View | Details | Raw Unified | Return to bug 12194
Collapse All | Expand All

(-)a/t/db_dependent/Labels/t_Layout.t (-2 / +3 lines)
Lines 20-26 Link Here
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
22
22
23
use Test::More tests => 36;
23
use Test::More tests => 38;
24
use C4::Context;
24
use C4::Context;
25
use Data::Dumper;
25
use Data::Dumper;
26
26
Lines 37-42 my $default_layout = { Link Here
37
        printing_type   =>      'BAR',
37
        printing_type   =>      'BAR',
38
        layout_name     =>      'TEST',
38
        layout_name     =>      'TEST',
39
        guidebox        =>      0,
39
        guidebox        =>      0,
40
        oblique_title   =>      1,
40
        font            =>      'TR',
41
        font            =>      'TR',
41
        font_size       =>      3,
42
        font_size       =>      3,
42
        callnum_split   =>      0,
43
        callnum_split   =>      0,
Lines 65-70 my $new_attr = { Link Here
65
        printing_type   =>      'BIBBAR',
66
        printing_type   =>      'BIBBAR',
66
        layout_name     =>      'TEST',
67
        layout_name     =>      'TEST',
67
        guidebox        =>      1,
68
        guidebox        =>      1,
69
        oblique_title   =>      0,
68
        font            =>      'TR',
70
        font            =>      'TR',
69
        font_size       =>      10,
71
        font_size       =>      10,
70
        callnum_split   =>      1,
72
        callnum_split   =>      1,
71
- 

Return to bug 12194