- Timestamp:
- 20 Aug 2011, 23:06:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/tests/test_authentication.py
r6616 r6617 8 8 UserAuthenticatorPlugin, Account, PrincipalInfo) 9 9 10 class FakeSite(dict):11 def getSiteManager(self):12 return None13 14 10 class FakeSite(grok.Site, grok.Container): 15 11 pass 12 16 13 class UserAuthenticatorPluginTests(FunctionalTestCase): 17 14 # Must be functional because of various utility lookups and the like
Note: See TracChangeset for help on using the changeset viewer.