Browse Source

- Fix the test description and $Id$

PEAR_1_4DEV
Pierre Joye 23 years ago
parent
commit
9bd83f2d81
  1. 4
      ext/gd/tests/bug27582_2.phpt

4
ext/gd/tests/bug27582_2.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #24594 (Filling an area using tiles).
Bug #27582 (Filling to border an area using tiles).
--SKIPIF--
<?php
if (!extension_loaded('gd')) {
@ -11,7 +11,7 @@ Bug #24594 (Filling an area using tiles).
?>
--FILE--
<?php
/* $id */
/* $Id$ */
/*
* This test segfaults with the current imagefilltoborder
* implementation. A rewrite of this function is required

Loading…
Cancel
Save