summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-11-23 23:34:38 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-11-23 23:34:38 +0000
commit0f8916e37cab85c7d6f9bad65eb9ebf4c1370dfc (patch)
tree8b35ca4cf9becc00c3b73c46bb023cff061c49b2 /ext
parentecd975550bb52b335dcd4499a319770c602d681c (diff)
downloadphp-git-0f8916e37cab85c7d6f9bad65eb9ebf4c1370dfc.tar.gz
Dismissed the second part of the test
Diffstat (limited to 'ext')
-rw-r--r--ext/gd/tests/imagettftext.phpt7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/gd/tests/imagettftext.phpt b/ext/gd/tests/imagettftext.phpt
index da9a808101..b05072833a 100644
--- a/ext/gd/tests/imagettftext.phpt
+++ b/ext/gd/tests/imagettftext.phpt
@@ -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)