← Prev in month ← Prev in thread

Conformance Tests for V2

From
diego gonzalez <>
Date
2004-10-19T20:13:23+00:00
ID
Thread
Conformance Tests for V2
Hi Implementors,
 
I've finished with the conversion of the Conformance Tests from the V1
CTs. The new ones can be reached in the CVS of the XACML.NET project
(http://sourceforge.net/projects/mvpos).
This new CTs are testing the same features they were testing in V1, with
the following differences:

*	Using the new namespace for the elements of the Policy and
Context schema
*	The Condition element was similar to an Apply in V1, but V2 it's
a container for an expression, so the structure of the documents must be
changed
*	The AnySubject, AnyAction and AnyResource elements are not
supported anymore so the Target elements must be redefined.

In my implementation the code coverage of the CTs is 73.3% of 4398 lines
of code. I've noticed the CTs are not forcing errors and most of the
missing code coverage is related to error handling or strange situations
(for example Functions that does not exists, data types that does not
exists, etc).
 
Hope you find them usefull. XACML.NET is still not passing all the tests
for the V2 implementation, but I'm working on it ;)
 
Thanks,
Diego Gonzalez
Lagash Systems SA
← Prev in month ← Prev in thread