From d9ee33b549e744b801adf386dc3a9c1e5f4e270b 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 --- t/db_dependent/Record.t | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/t/db_dependent/Record.t b/t/db_dependent/Record.t index 2e04449..b0e1894 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( - - - - - + + + + + ); -- 1.5.6.5