Changeset 6009 for TI12-security/trunk/python/ndg_security_test/ndg/security/test/unit/attributeauthority/test_attributeauthority.py
- Timestamp:
- 13/11/09 13:56:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg_security_test/ndg/security/test/unit/attributeauthority/test_attributeauthority.py
r5982 r6009 292 292 ] = os.path.abspath(os.path.dirname(__file__)) 293 293 294 if not os.path.exists(mkPath('user.db')): 295 self._createDb() 294 self.initDb() 296 295 297 296 def test01TrySamlAttribute2SqlQuery__setattr__(self):
Note: See TracChangeset
for help on using the changeset viewer.