Change 33649 by [EMAIL PROTECTED] on 2008/04/06 09:29:24

        Missed updated a test description, as spotted by vincent.

Affected files ...

... //depot/perl/lib/Unicode/UCD.t#29 edit

Differences ...

==== //depot/perl/lib/Unicode/UCD.t#29 (text) ====
Index: perl/lib/Unicode/UCD.t
--- perl/lib/Unicode/UCD.t#28~33648~    2008-04-05 06:03:18.000000000 -0700
+++ perl/lib/Unicode/UCD.t      2008-04-06 02:29:24.000000000 -0700
@@ -325,7 +325,7 @@
 {
     my $r1 = charscript('Latin');
     my $n1 = @$r1;
-    is($n1, 42, "number of ranges in Latin script (Unicode 5.0.0)");
+    is($n1, 42, "number of ranges in Latin script (Unicode 5.1.0)");
     shift @$r1 while @$r1;
     my $r2 = charscript('Latin');
     is(@$r2, $n1, "modifying results should not mess up internal caches");
End of Patch.

Reply via email to