diff options
author | tailor <cygnus@janrain.com> | 2006-02-27 22:49:45 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-02-27 22:49:45 +0000 |
commit | 9f17015c84d48c112c081f0cc6edf2005e87f834 (patch) | |
tree | 6585636c944b7af437aed0ae3dd714623afb50f8 /Tests/Auth/OpenID | |
parent | 01aefcc4bcba1cd6ab7169cbcc169b997444616c (diff) | |
download | php-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.php | 4 |
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; } |