send session cookie always. Please test it carefully with session data stored in cookies.

This commit is contained in:
niphlod
2013-08-29 00:43:34 +02:00
parent eacb4638a1
commit bf6cf86987
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class TestWeb(LiveTest):
client.get('index')
# COMMENTED BECAUSE FAILS BUT WHY?
# self.assertTrue('Welcome Homer' in client.text)
self.assertTrue('Welcome Homer' in client.text)
client = WebClient('http://127.0.0.1:8000/admin/default/')
client.post('index', data=dict(password='hello'))