From 0c0a2ca11837cc36964ba22c50883a43be709798 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 7 Dec 2011 16:47:31 -0600 Subject: [PATCH] Bug 5327 - fixing t/db_dependent/Record.t to not fail because of whitespace. Content-Type: text/plain; charset="utf-8" To test: run prove -v t/db_dependent/Record.t The test should complete successfully. I should note - if this test was actually testing the whitespace and the problem with the output was valid, please go ahead and fix that problem and disregard this patch. To me, the generated output looked better than the expected result, so I made them match. --- 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 b0e1894..2e04449 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.7.2.5