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 Cormack <chrisc@catalyst.net.nz>
Tue, 18 Jan 2011 22:24:24 +0000 (11:24 +1300)
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");