Bug 7141 : Changing test to match new formatting of xsl style sheet
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 7 Dec 2011 20:28:12 +0000 (09:28 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 8 Dec 2011 09:51:25 +0000 (10:51 +0100)
http://bugs.koha-community.org/show_bug.cgi?id=7141
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
verified tests pass

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
t/db_dependent/Record.t

index b0e1894..2e04449 100755 (executable)
@@ -74,11 +74,11 @@ is ($marcqualified, $test3xml, "testing marcQualified");
 my $mods=marc2modsxml($marc);
 my $test4xml=qq(<?xml version="1.0" encoding="UTF-8"?>
 <mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
-<typeOfResource/>
-<originInfo>
-<issuance/>
-</originInfo>
-<recordInfo/>
+  <typeOfResource/>
+  <originInfo>
+    <issuance/>
+  </originInfo>
+  <recordInfo/>
 </mods>
 );