[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/mysqli/tests/mysqli=5Fconnect=5Foo=5
From:       Ulf_Wendel <uw () php ! net>
Date:       2010-05-31 12:22:48
Message-ID: svn-uw-1275308568-299984-543045272 () svn ! php ! net
[Download RAW message or body]

uw                                       Mon, 31 May 2010 12:22:48 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299984

Log:
Fixing test

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt
    U   php/php-src/trunk/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt

Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt
 ===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt	2010-05-31 \
                12:10:04 UTC (rev 299983)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt	2010-05-31 \
12:22:48 UTC (rev 299984) @@ -33,7 +33,7 @@
 			$tmp = $res->fetch_assoc();
 			$res->free_result();

-			if (!isset($tmp['testing']) || $tmp['testing'] != $socket) {
+			if (!isset($tmp['testing']) || $tmp['testing'] != 'mysqli.default_socket') {
 				printf("[002] mysqli.default_socket not properly set?\n");
 				var_dump($tmp);
 			}

Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt	2010-05-31 \
                12:10:04 UTC (rev 299983)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt	2010-05-31 \
12:22:48 UTC (rev 299984) @@ -33,7 +33,7 @@
 			$tmp = $res->fetch_assoc();
 			$res->free_result();

-			if (!isset($tmp['testing']) || $tmp['testing'] != $socket) {
+			if (!isset($tmp['testing']) || $tmp['testing'] != 'mysqli.default_socket') {
 				printf("[002] mysqli.default_socket not properly set?\n");
 				var_dump($tmp);
 			}



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic