Changeset 7698 for TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/myproxy/certificate_extapp/test_saml_attribute_assertion.py
- Timestamp:
- 04/11/10 13:55:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/myproxy/certificate_extapp/test_saml_attribute_assertion.py
r7517 r7698 19 19 import unittest 20 20 21 from ndg.security.common.saml_utils.esg import EsgSamlNamespaces21 from ndg.security.common.saml_utils.esgf import ESGFSamlNamespaces 22 22 from ndg.security.test.unit import BaseTestCase 23 23 from ndg.security.server.myproxy.certificate_extapp.saml_attribute_assertion \ … … 53 53 "/CN=Authorisation Service/O=Site A" 54 54 myProxyCertExtApp.attributeQuery.subjectIdFormat = \ 55 E sgSamlNamespaces.NAMEID_FORMAT55 ESGFSamlNamespaces.NAMEID_FORMAT 56 56 myProxyCertExtApp.attributeQuery.subjectID = \ 57 57 CertExtAppTestCase.OPENID_URI … … 86 86 87 87 myProxyCertExtApp.attributeQuery.subjectIdFormat = \ 88 E sgSamlNamespaces.NAMEID_FORMAT88 ESGFSamlNamespaces.NAMEID_FORMAT 89 89 myProxyCertExtApp.attributeQuery.sslCACertDir = \ 90 90 CertExtAppTestCase.CACERT_DIR
Note: See TracChangeset
for help on using the changeset viewer.