diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-24 20:09:43 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-24 20:09:43 +0000 |
| commit | 550eadbddb427c6b5067fb9a24220cbccc5ab111 (patch) | |
| tree | bd59e222c9423751ecaf78175d914980d84ab523 | |
| parent | 85b19518f409f7ce78d2cd4c5c18cd705ba8489e (diff) | |
| download | pyramid-550eadbddb427c6b5067fb9a24220cbccc5ab111.tar.gz pyramid-550eadbddb427c6b5067fb9a24220cbccc5ab111.tar.bz2 pyramid-550eadbddb427c6b5067fb9a24220cbccc5ab111.zip | |
Ahem.
| -rw-r--r-- | repoze/bfg/tests/test_authentication.py | 2 |
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') |
