summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-02-27 22:49:45 +0000
committertailor <cygnus@janrain.com>2006-02-27 22:49:45 +0000
commit9f17015c84d48c112c081f0cc6edf2005e87f834 (patch)
tree6585636c944b7af437aed0ae3dd714623afb50f8 /Tests/Auth/OpenID
parent01aefcc4bcba1cd6ab7169cbcc169b997444616c (diff)
downloadphp-openid-9f17015c84d48c112c081f0cc6edf2005e87f834.zip
php-openid-9f17015c84d48c112c081f0cc6edf2005e87f834.tar.gz
php-openid-9f17015c84d48c112c081f0cc6edf2005e87f834.tar.bz2
[project @ Added failure count to Pgsql error output]
Diffstat (limited to 'Tests/Auth/OpenID')
-rw-r--r--Tests/Auth/OpenID/StoreTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php
index 7cac11d..67eb7a4 100644
--- a/Tests/Auth/OpenID/StoreTest.php
+++ b/Tests/Auth/OpenID/StoreTest.php
@@ -374,8 +374,8 @@ explicitly');
}
if (!$success) {
- $this->fail("Temporary database creation failed ".
- "('$temp_db_name'): " . $result->getMessage());
+ $this->fail("Temporary database creation failed after $failures ".
+ " tries ('$temp_db_name'): " . $result->getMessage());
return;
}