assertTrue("plan matched", matched);
assertEquals(" class matched ", ptFilNode.getMatch(), fil);
//test leaf/source settings in pattern node
ptFilNode.setSourceNode(true);
assertFalse("plan matched", ptPlan.match(pplan));
ptFilNode.setSourceNode(false);
ptFilNode.setLeafNode(true);
assertTrue("plan matched", ptPlan.match(pplan));