From ce599119321cd2c931cf55b0d20cb00f8f1ab5b2 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 8 Dec 2011 09:28:12 +1300 Subject: [PATCH] Bug 7141 : Changing test to match new formatting of xsl style sheet http://bugs.koha-community.org/show_bug.cgi?id=7141 Signed-off-by: Liz Rea verified tests pass Signed-off-by: Paul Poulain --- t/db_dependent/Record.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/t/db_dependent/Record.t b/t/db_dependent/Record.t index b0e1894859..2e0444911c 100755 --- a/t/db_dependent/Record.t +++ b/t/db_dependent/Record.t @@ -74,11 +74,11 @@ is ($marcqualified, $test3xml, "testing marcQualified"); my $mods=marc2modsxml($marc); my $test4xml=qq( - - - - - + + + + + );