Bug 5327: Little change to Record.t
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 18 Jan 2011 22:09:28 +0000 (11:09 +1300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Thu, 20 Jan 2011 22:59:43 +0000 (17:59 -0500)
(cherry picked from commit 23f92a8f8dcded82bf5c3b319f373350a011e078)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
t/Record.t

index a0f210e..2e04449 100755 (executable)
@@ -98,8 +98,8 @@ my $test5xml=qq(\@book{,
 
 is ($bibtex, $test5xml, "testing bibtex");
 
-my @entity=C4::Record::_entity_encode("BJ??RN");
-is ($entity[0], "BJ&#xC3;&#x96;RN", "Html umluts");
+my @entity=C4::Record::_entity_encode("Björn");
+is ($entity[0], "Bj&#xC3;&#xB6;rn", "Html umlauts");