summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-24 20:09:43 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-24 20:09:43 +0000
commit550eadbddb427c6b5067fb9a24220cbccc5ab111 (patch)
treebd59e222c9423751ecaf78175d914980d84ab523
parent85b19518f409f7ce78d2cd4c5c18cd705ba8489e (diff)
downloadpyramid-550eadbddb427c6b5067fb9a24220cbccc5ab111.tar.gz
pyramid-550eadbddb427c6b5067fb9a24220cbccc5ab111.tar.bz2
pyramid-550eadbddb427c6b5067fb9a24220cbccc5ab111.zip
Ahem.
-rw-r--r--repoze/bfg/tests/test_authentication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_authentication.py b/repoze/bfg/tests/test_authentication.py
index b12a0ea19..6546fd672 100644
--- a/repoze/bfg/tests/test_authentication.py
+++ b/repoze/bfg/tests/test_authentication.py
@@ -512,7 +512,7 @@ class TestAuthTktCookieHelper(unittest.TestCase):
self.assertEqual(len(result), 3)
self.assertEqual(values[0]['max-age'], '500')
- self.assertEqual(values[0]['expires'], 'Fri,') # SimpleCookie problem
+ self.failUnless(values[0]['expires'])
def test_forget(self):
plugin = self._makeOne('secret')