Subject: | test entry.t fails |
Perl v5.8.4
uname: Linux bravo 2.6.6-1-686 #1 Wed May 12 14:57:57 EST 2004 i686 GNU/Linux
t/entry....dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 89-336
--- t/ben.t 2004-10-12 23:13:33.000000000 -0500
+++ t/entry.t 2004-03-18 14:34:01.000000000 -0600
@@ -184,7 +184,7 @@
my $cx = $mw->fontMeasure($fixed, 'a');
my $cy = $mw->fontMetrics($fixed, '-linespace');
-#my $ux = $mw->fontMeasure($fixed, "\x{4e4e}"); # XXX no unicode yet
+my $ux = $mw->fontMeasure($fixed, "\x{4e4e}"); # XXX no unicode yet
eval { $e->bbox };
ok($@ =~ /wrong \# args: should be ".* bbox index"/, 1, $@);