Changeset 10476 for main/waeup.cas
- Timestamp:
- 8 Aug 2013, 10:10:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/waeup/cas/tests/test_authenticators.py
r10475 r10476 60 60 61 61 BACKENDS = dict( 62 inst1 =dict(63 url ='http://localhost:6666/app',64 marker ='^M[0-9]+$',62 inst1=dict( 63 url='http://localhost:6666/app', 64 marker='^M[0-9]+$', 65 65 ) 66 66 ) 67 67 68 68 69 class KofaAuthenticatorTests(unittest.TestCase):
Note: See TracChangeset for help on using the changeset viewer.