Changeset 7075
- Timestamp:
- 24/06/10 14:35:10 (11 years ago)
- Location:
- TI12-security/trunk/ndg_xacml
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/ndg_xacml/ndg/xacml/test/test_matchfunctions.py
r7072 r7075 21 21 22 22 class FunctionTestCase(unittest.TestCase): 23 """Test XACML match functions implementation""" 23 """Test XACML match functions implementation 24 25 The log output gives an indication of the XACML functions which are not 26 implemented yet""" 24 27 25 28 def test01LoadMap(self): 26 29 funcMap = FunctionMap() 27 funcMap.load ()30 funcMap.loadAll() 28 31 anyUriMatchNs = \ 29 32 'urn:oasis:names:tc:xacml:2.0:function:anyURI-regexp-match'
Note: See TracChangeset
for help on using the changeset viewer.