Changeset 6617


Ignore:
Timestamp:
20 Aug 2011, 23:06:41 (13 years ago)
Author:
uli
Message:

Remove unused helper class.

File:
1 edited

Legend:

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

    r6616 r6617  
    88    UserAuthenticatorPlugin, Account, PrincipalInfo)
    99
    10 class FakeSite(dict):
    11     def getSiteManager(self):
    12         return None
    13 
    1410class FakeSite(grok.Site, grok.Container):
    1511    pass
     12
    1613class UserAuthenticatorPluginTests(FunctionalTestCase):
    1714    # Must be functional because of various utility lookups and the like
Note: See TracChangeset for help on using the changeset viewer.