[Patches] [PATCH] Bug 7215 : The Module changed, but the tests weren't updated

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Tue Dec 13 22:06:05 NZDT 2011


From: Chris Cormack <chrisc at catalyst.net.nz>
Date: Tue, 13 Dec 2011 21:18:37 +1300
Subject: [PATCH] Bug 7215 : The Module changed, but the tests weren't updated
 to reflect that

Updating the test
---
 t/db_dependent/Labels/t_Layout.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/db_dependent/Labels/t_Layout.t b/t/db_dependent/Labels/t_Layout.t
index 462f056..fe8ef3a 100644
--- a/t/db_dependent/Labels/t_Layout.t
+++ b/t/db_dependent/Labels/t_Layout.t
@@ -41,7 +41,7 @@ my $default_layout = {
         font_size       =>      3,
         callnum_split   =>      0,
         text_justify    =>      'L',
-        format_string   =>      'title, author, isbn, issn, itemtype, barcode, callnumber',
+        format_string   =>      'title, author, isbn, issn, itemtype, barcode, itemcallnumber',
     };
 
 my $layout;
-- 
1.7.5.4


More information about the Patches mailing list