moriyoshi Sat Nov 23 18:35:57 2002 EDT Modified files: /php4/ext/gd/tests imagettftext.phpt Log: Sorry, wrong commit. Index: php4/ext/gd/tests/imagettftext.phpt diff -u php4/ext/gd/tests/imagettftext.phpt:1.2 php4/ext/gd/tests/imagettftext.phpt:1.3 --- php4/ext/gd/tests/imagettftext.phpt:1.2 Sat Nov 23 18:34:38 2002 +++ php4/ext/gd/tests/imagettftext.phpt Sat Nov 23 18:35:57 2002 @@ -12,7 +12,7 @@ --FILE-- <?php $cwd = dirname(__FILE__); - $fontfile_8859 = "$cwd/zendn___.ttf"; + $fontfile_8859 = "$cwd/test8859.ttf"; function testrun($im, $fontfile) { $sx = imagesx($im); @@ -49,5 +49,5 @@ imagedestroy($im); */ ?> ---EXPECTF-- +--EXPECT-- bool(true)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php