Ignore:
Timestamp:
5 Jul 2013, 10:38:08 (11 years ago)
Author:
uli
Message:

Change set_session_cookie API to be more consistent with other funcs. Minor restructuring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/tests/test_server.py

    r10404 r10405  
    289289        # make sure we can add session cookies to responses
    290290        db = DB('sqlite:///')
    291         resp = set_session_cookie(Response(), db)
     291        resp = set_session_cookie(db, Response())
    292292        assert 'Set-Cookie' in resp.headers
    293293        cookie = resp.headers['Set-Cookie']
Note: See TracChangeset for help on using the changeset viewer.