Version 1.6.4 changes. Refer to CHANGES for updates. Fixes #123 #121 #120 $119

This commit is contained in:
Matt Wright
2013-06-18 14:56:12 -04:00
parent c24af5ca6e
commit d19bb98abd
7 changed files with 33 additions and 22 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class DefaultSecurityTests(SecurityTest):
def test_unauthorized_access(self):
r = self._get('/profile', follow_redirects=True)
self.assertIn('<li class="message">Please log in to access this page.</li>', r.data)
self.assertIn('<li class="info">Please log in to access this page.</li>', r.data)
def test_authorized_access(self):
self.authenticate()