]> granicus.if.org Git - php/commitdiff
Dismissed the second part of the test
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 23 Nov 2002 23:34:38 +0000 (23:34 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 23 Nov 2002 23:34:38 +0000 (23:34 +0000)
ext/gd/tests/imagettftext.phpt

index da9a80810147473292126e30880494b87aee304c..b05072833ab6e0c4eae60585ffcc73702662dd67 100644 (file)
@@ -12,7 +12,7 @@ imagettftext() function test
 --FILE--
 <?php
        $cwd = dirname(__FILE__);
-       $fontfile_8859 = "$cwd/test8859.ttf";
+       $fontfile_8859 = "$cwd/zendn___.ttf";
 
        function testrun($im, $fontfile) {
                $sx = imagesx($im);
@@ -43,10 +43,11 @@ imagettftext() function test
        var_dump(testrun($im, $fontfile_8859));
        imagedestroy($im);
 
+/* considered to be disabled for now as discussed in the QA list.
        $im = imagecreatetruecolor(256, 256);
        var_dump(testrun($im, $fontfile_8859));
        imagedestroy($im);
+*/
 ?>
---EXPECT--
-bool(true)
+--EXPECTF--
 bool(true)