Ignore:
Timestamp:
6 Apr 2017, 10:23:43 (8 years ago)
Author:
uli
Message:

Fix buggy test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/tests/test_authentication.py

    r14667 r14668  
    8282        gsm = getGlobalSiteManager()
    8383        gsm.registerUtility(
    84             MyFakeAuthPlugin(), IAuthPluginUtility, name='myauth')
     84            FakeAuthPlugin(), IAuthPluginUtility, name='myauth')
    8585        pau = PluggableAuthentication()
    8686        setup_authentication(pau)
Note: See TracChangeset for help on using the changeset viewer.