-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
7.6.0.GA
-
None
-
CR1
-
-
-
-
-
-
The problem is in the dirty testing environment and reproduces only if running the tests without cleaning the whole .niogit repository.
-
For version 7.5
- Given Traffic repo
- Edit DRL driver status rules
rule "Status 1: young driver" when driver: Driver(age <= 18) then driver.setStatus("young"); end rule "Status 2: young adult driver" when driver: Driver(age > 18 && < 25) then driver.setStatus("young adult"); end rule "Status 3: adult driver" when driver: Driver(age >= 25) then driver.setStatus("adult"); end
- Go to Driver Status Rules Tests.scesim
- Run the Tests
Expected : Tests failed bcs the values null expected (no DRL rules are applied)
Actual: Tests passed rules group was not updated