Author: uwendel
Date: 2007-07-04 15:10:28 +0200 (Wed, 04 Jul 2007)
New Revision: 631
Modified:
trunk/tests/ext/mysql/mysql_select_db.phpt
Log:
Don't expect to run always on the same database...
Modified: trunk/tests/ext/mysql/mysql_select_db.phpt
===================================================================
--- trunk/tests/ext/mysql/mysql_select_db.phpt 2007-07-04 13:07:55 UTC (rev 630)
+++ trunk/tests/ext/mysql/mysql_select_db.phpt 2007-07-04 13:10:28 UTC (rev 631)
@@ -63,13 +63,13 @@
print "done!\n";
?>
--EXPECTF--
-string(7) "phptest"
+string(%d) "%s"
bool(false)
Warning: mysql_select_db(): %d is not a valid MySQL-Link resource in %s on line %d
done!
--UEXPECTF--
-unicode(7) "phptest"
+unicode(%d) "%s"
bool(false)
Warning: mysql_select_db(): %d is not a valid MySQL-Link resource in %s on line %d
| Thread |
|---|
| • PHP mysqlnd svn commit: r631 - trunk/tests/ext/mysql | uwendel | 4 Jul |