@Test
public void testLiteralRestrictionsIncompatibilityLessOrEqual() throws Exception {
StatelessSession session = getStatelessSession(this.getClass().getResourceAsStream("Restrictions.drl"));
session.setAgendaFilter(new RuleNameMatchesAgendaFilter("Incompatible LiteralRestrictions with ranges in pattern possibility, impossible equality less or equal"));
Collection<Object> data = new ArrayList<Object>();
Pattern pattern1 = VerifierComponentMockFactory.createPattern1();
Pattern pattern2 = VerifierComponentMockFactory.createPattern2();