]
Toni Rikkola commented on DROOLS-1986:
--------------------------------------
Sorry [~rampageido] you waited all these years and now I'm here to reject this.
Issue with Date format while running test scenario
--------------------------------------------------
Key: DROOLS-1986
URL:
https://issues.jboss.org/browse/DROOLS-1986
Project: Drools
Issue Type: Bug
Components: Test Scenarios Editor
Environment: Guvnor 5.2 and 5.3 on Linux
Reporter: Alex N
Assignee: Toni Rikkola
Priority: Major
The test scenario fails when comparing dates in the Expects section. The test scenario
has date in format dd-MMM-yyyy while the value returned by the rule is in java.util.Date
format e.g. Thu Apr 24 00:00:00 EST 1975. Hence the assertion birthDate equals 24-Apr-1975
fails while running the test scenario.