-
Sub-task
-
Resolution: Done
-
Major
-
7.0.0.Beta7
-
None
-
NEW
-
NEW
The attached guided decision table contain next to the expected verification messages also message about Missing range. These messages about Missing range are false positives and they shouldn't be present in the verification reporting.
To reproduce:
- Open the example mortgages project
- Navigate into the package: mortgages.mortgages
- Upload there all attached GDSTs:
- subsumptionAndMissingAction.gdst
- subsumptionAndRedundacy.gdst
- redundancyAndConflicts.gdst
- Open subsumptionAndMissingAction.gdst and see the verification report
- Subsumptant rows - correct
- Rule has no action - correct
- Missing range - incorrect
- Open subsumptionAndRedundancy.gdst and see the verification report
- Subsumptant rows - correct
- Redundant rows - correct
- Missing range - incorrect
- Open redundancyAndConflicts.gdst and see the verification report
- Conflicting rows - correct
- Redundant rows - correct
- Missing range - incorrect
Please unignore tests form PR https://github.com/kiegroup/drools-wb/pull/435 once the issue is fixed.
- is duplicated by
-
DROOLS-1863 Verification reporting: Missing Range is thrown for table that uses just equality
- Closed