From 337ea898838d9f17fa2e1d7cef991b67451c4dc4 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 11 Jun 2008 09:58:32 +0000 Subject: [PATCH] Fixed test --- ext/mysql/tests/mysql_phpinfo.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysql/tests/mysql_phpinfo.phpt b/ext/mysql/tests/mysql_phpinfo.phpt index 42e5b1806a..1778e48d24 100644 --- a/ext/mysql/tests/mysql_phpinfo.phpt +++ b/ext/mysql/tests/mysql_phpinfo.phpt @@ -19,7 +19,7 @@ ob_end_clean(); if (!stristr($phpinfo, "mysql support")) printf("[001] ext/mysql should have exposed itself.\n"); -if (!stristr($phpinfo, "client api library version")) +if (!stristr($phpinfo, "client api version")) printf("[002] ext/mysql should have exposed the library version.\n"); if (!stristr($phpinfo, "mysql.default_host")) -- 2.50.1