From d2c101a8a9a6d8ed8d69c69d0d753a164681b8d7 Mon Sep 17 00:00:00 2001 From: Maxime Pelletier Date: Tue, 20 Sep 2011 18:01:23 -0400 Subject: [PATCH] fix test xml records http://bugs.koha-community.org/show_bug.cgi?id=5327 --- 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 2e0444911c..b0e1894859 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( - - - - - + + + + + ); -- 2.39.2