Changeset 14668 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 6 Apr 2017, 10:23:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/tests/test_authentication.py
r14667 r14668 82 82 gsm = getGlobalSiteManager() 83 83 gsm.registerUtility( 84 MyFakeAuthPlugin(), IAuthPluginUtility, name='myauth')84 FakeAuthPlugin(), IAuthPluginUtility, name='myauth') 85 85 pau = PluggableAuthentication() 86 86 setup_authentication(pau)
Note: See TracChangeset for help on using the changeset viewer.