Changeset 103 for trunk/pysvnmanager/tests/functional/test_repos.py
- Timestamp:
- 2009年08月23日 18时14分31秒 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pysvnmanager/tests/functional/test_repos.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pysvnmanager/tests/functional/test_repos.py
r102 r103 26 26 res = self.app.get(url_for(controller='repos')) 27 27 assert res.status == 302 28 self.assertEqual(res.header('location'), '/login')28 assert res.header('location').endswith('/login'), res.header('location') 29 29 30 30 # Login as common user … … 32 32 res = self.app.get(url_for(controller='repos')) 33 33 assert res.status == 302, res.status 34 assert res.header('location') =='/security/failed', res.header('location')34 assert res.header('location').endswith('/security/failed'), res.header('location') 35 35 36 36 # repos admin can access repos controller(not root admin), but only with authed repos
![(please configure the [header_logo] section in trac.ini)](/trac/pysvnmanager/chrome/common/trac_banner.png)