From dc496c4c7269ae9000f52337edad810f8b035a64 Mon Sep 17 00:00:00 2001 From: Chris Cormack 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