* If a condition allows an incoming Object, then the Object MUST be
* propagated.
*/
public void testAllowed()
{
ConditionNode node = new ConditionNode( rule, null, new TrueCondition( ) );
InstrumentedTupleSink sink = new InstrumentedTupleSink( );
node.addTupleSink( sink );