From 9a0031e263bbbb92c0387a7b5e656f68ac05853f Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 29 Jun 2006 22:46:49 +0000 Subject: [PATCH] MFB: Fixed test --- ext/pspell/tests/003.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pspell/tests/003.phpt b/ext/pspell/tests/003.phpt index 7af81683f96..46d11fcc98f 100644 --- a/ext/pspell/tests/003.phpt +++ b/ext/pspell/tests/003.phpt @@ -29,7 +29,7 @@ var_dump(pspell_config_ignore($cfg, PHP_INT_MAX)); --EXPECTF-- bool(false) -Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is not known. This could also mean that the file "%sb0rked.dat" could not be opened for reading or does not exist. in %s003.php on line 9 +Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is not known. This could also mean that the file "%s/b0rked.%s" could not be opened for reading or does not exist. in %s003.php on line 9 Warning: pspell_check(): 0 is not a PSPELL result index in %s003.php on line 10 bool(false)