Changeset 7140
- Timestamp:
- 30/06/10 16:07:19 (11 years ago)
- Location:
- TI12-security/trunk/ndg_saml
- Files:
-
- 2 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/ndg_saml/documentation/Makefile
- Property svn:keywords set to Id
-
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/__init__.py
- Property svn:keywords set to Id
-
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/__init__.py
- Property svn:keywords set to Id
-
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/attribute-interface.ini
- Property svn:keywords set to Id
-
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/authz-decision-interface.ini
- Property svn:keywords set to Id
-
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/authz-service.ini
- Property svn:keywords set to Id
-
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/test_samlinterface.py
- Property svn:keywords set to Id
r7138 r7140 8 8 __license__ = "http://www.apache.org/licenses/LICENSE-2.0" 9 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __revision__ = '$Id : test_samlinterface.py 7077 2010-06-24 15:38:19Z pjkersha$'10 __revision__ = '$Id$' 11 11 import logging 12 12 logging.basicConfig(level=logging.DEBUG) -
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/test_soapattributeinterface.py
- Property svn:keywords set to Id
r7138 r7140 9 9 __license__ = "http://www.apache.org/licenses/LICENSE-2.0" 10 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __revision__ = '$Id :$'11 __revision__ = '$Id$' 12 12 import unittest 13 13 from uuid import uuid4 -
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/test_soapauthzdecisioninterface.py
- Property svn:keywords set to Id
r7138 r7140 9 9 __license__ = "http://www.apache.org/licenses/LICENSE-2.0" 10 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __revision__ = '$Id :$'11 __revision__ = '$Id$' 12 12 import unittest 13 13 from uuid import uuid4 -
TI12-security/trunk/ndg_saml/setup.py
- Property svn:keywords set to Id
Note: See TracChangeset
for help on using the changeset viewer.