Tres Seaver
2009-05-08 2afbb8c34dbde1a1360d1b4046c8bc4ca94f2106
Long lines.
1 files modified
6 ■■■■■ changed files
repoze/who/plugins/tests/test_authtkt.py 6 ●●●●● patch | view | raw | blame | history
repoze/who/plugins/tests/test_authtkt.py
@@ -127,10 +127,12 @@
                          'auth_tkt="%s"; Path=/' % new_val))
        self.assertEqual(result[1],
                         ('Set-Cookie',
                           'auth_tkt="%s"; Path=/; Domain=localhost' % new_val))
                           'auth_tkt="%s"; Path=/; Domain=localhost'
                            % new_val))
        self.assertEqual(result[2],
                         ('Set-Cookie',
                           'auth_tkt="%s"; Path=/; Domain=.localhost' % new_val))
                           'auth_tkt="%s"; Path=/; Domain=.localhost'
                            % new_val))
    def test_remember_creds_different_int_userid(self):
        plugin = self._makeOne('secret')