You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Andy Seaborne <an...@apache.org> on 2015/01/20 10:21:45 UTC

Re: jena git commit: Added StaticSecurityEvaluator for testing as part of JENA-854

Claude,

On 20/01/15 07:20, claude@apache.org wrote:
> Repository: jena
> Updated Branches:
>    refs/heads/master 0361959fa -> 7e8d5f00c
>
>
> Added StaticSecurityEvaluator for testing as part of JENA-854

This only adds ModelBasedSecurityEvaluator, not StaticSecurityEvaluator, 
so the code does not compile.

Removing that one test that references StaticSecurityEvaluator, then 
causes other problems running SecuredAssemblerTest because it fails in 
testCreationWithArgs().

	Andy