public void testRangeOfValues() throws Exception
{
Attributes entry = new BasicAttributes();
entry.put( "attrA", "valueA" );
Collection tuples = getTuples( new ProtectedItem.RangeOfValues( new PresenceNode( "attrA" ) ) );
Assert.assertEquals(
1, filterA.filter(
tuples, OperationScope.ENTRY, null, null, USER_NAME,
null, null, new LdapName( "ou=testEntry" ),