@Test
public void testSurrogate()
{
Predicate surrogatePredicate = new SurrogatePredicate(
new EqualsToPredicate( "var2", 0.0d ),
new EqualsToPredicate( "var2", 0.0d ),
new TruePredicate() );
assertTrue( new PredicateEvaluator( expectedFields, surrogatePredicate ).evaluate( tupleEntry ) );
}