moriyoshi Sat Nov 23 18:34:38 2002 EDT
Modified files:
/php4/ext/gd/tests imagettftext.phpt
Log:
Dismissed the second part of the test
Index: php4/ext/gd/tests/imagettftext.phpt
diff -u php4/ext/gd/tests/imagettftext.phpt:1.1 php4/ext/gd/tests/imagettftext.phpt:1.2
--- php4/ext/gd/tests/imagettftext.phpt:1.1 Thu Nov 21 12:26:18 2002
+++ php4/ext/gd/tests/imagettftext.phpt Sat Nov 23 18:34:38 2002
@@ -12,7 +12,7 @@
--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 @@
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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php