]
Luca Molteni updated DROOLS-5866:
---------------------------------
Sprint: 2020 Week 52-03 (from Dec 21)
Move back core tests from drools-mvel
-------------------------------------
Key: DROOLS-5866
URL:
https://issues.redhat.com/browse/DROOLS-5866
Project: Drools
Issue Type: Bug
Reporter: Luca Molteni
Assignee: Luca Molteni
Priority: Major
see
[
https://github.com/kiegroup/drools/tree/master/drools-mvel/src/test/java/...]
[
https://github.com/kiegroup/drools/blob/master/drools-mvel/src/test/java/...]
https://github.com/kiegroup/drools/blob/master/drools-mvel/src/test/java/...
AlphaNodeTest, RightTupleIndexHashTableTest, RightTupleIndexHashTableIteratorTest etc are
not testing MVEL they happened to use MVEL, and can be replaced by a lambda.
we need to audit all the tests there, make sure we keep things specifically meant to test
MVEL itself, and not a test of something else that happened to use MVEL.