iliaa Sat Aug 9 14:40:40 2003 EDT Modified files: /php-src/ext/pspell/tests 01pspell_basic.phpt Log: Correct test to work with later versions of GNU Aspell (more common). Index: php-src/ext/pspell/tests/01pspell_basic.phpt diff -u php-src/ext/pspell/tests/01pspell_basic.phpt:1.3 php-src/ext/pspell/tests/01pspell_basic.phpt:1.4 --- php-src/ext/pspell/tests/01pspell_basic.phpt:1.3 Sat Aug 9 11:46:36 2003 +++ php-src/ext/pspell/tests/01pspell_basic.phpt Sat Aug 9 14:40:40 2003 @@ -1,5 +1,5 @@ --TEST-- -pspell basic tests +pspell basic tests (warning: may fail with pspell/aspell < GNU Aspell 0.50.3) --SKIPIF-- <?php if (!extension_loaded("pspell")) print "skip"; @@ -10,7 +10,7 @@ --POST-- --GET-- --FILE-- -<?php // $Id: 01pspell_basic.phpt,v 1.3 2003/08/09 15:46:36 sniper Exp $ +<?php // $Id: 01pspell_basic.phpt,v 1.4 2003/08/09 18:40:40 iliaa Exp $ error_reporting(E_ALL); $string = ""; @@ -96,7 +96,6 @@ Possible spelling: Regrets Possible spelling: Secretes Possible spelling: Egrets -Possible spelling: Serrates Possible spelling: Segre's Possible spelling: Seagate's Possible spelling: Regreets
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php