]> granicus.if.org Git - php/commitdiff
Sorry, wrong commit.
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 23 Nov 2002 23:35:57 +0000 (23:35 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 23 Nov 2002 23:35:57 +0000 (23:35 +0000)
ext/gd/tests/imagettftext.phpt

index b05072833ab6e0c4eae60585ffcc73702662dd67..9704aae75bb02f3f4bb1797172b5b105f23d5785 100644 (file)
@@ -12,7 +12,7 @@ imagettftext() function test
 --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 @@ imagettftext() function test
        imagedestroy($im);
 */
 ?>
---EXPECTF--
+--EXPECT--
 bool(true)