Fix CSRF tests with webtest 1.4.0
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 11 Dec 2012 14:38:28 +0000 (15:38 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 11 Dec 2012 14:38:28 +0000 (15:38 +0100)
commitd24a82970ea34d90b684e1adaf9ddebacf215b89
tree585d8490969197fba1cba81c4d46f805c95198f9
parent78fd5581a9fec142a1236eb90508724281f7f5ba
Fix CSRF tests with webtest 1.4.0

CSRF tests apparently passed with earlier versions of webtest, but
failed with the latest webtest (1.4.0) package. It choked on passing
a "key=value; " cookie as it split at the semicolon and failed to
find additional values or something like that. Removing the semicolon
makes this test pass.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/tests/test_csrf_middleware.py