"started using real OperationContext instead of MockOperationContext")
public void testGrantTuple() throws Exception
{
MaxImmSubFilter filter = new MaxImmSubFilter( schemaManager );
Collection<ACITuple> tuples = new ArrayList<ACITuple>();
tuples.add( new ACITuple( EMPTY_USER_CLASS_COLLECTION, AuthenticationLevel.NONE, PROTECTED_ITEMS,
EMPTY_MICRO_OPERATION_SET, true, 0 ) );
AddOperationContext addContext = new AddOperationContext( service.getSession() );
AciContext aciContext = new AciContext( schemaManager, addContext );
aciContext.setEntryDn( ENTRY_NAME );