Raghav Kumar Gautam created FALCON-1221:
-------------------------------------------
Summary:
RescheduleProcessInFinalStatesTest.checkNotFoundDefinition() is needs to be
case flexible
Key: FALCON-1221
URL: https://issues.apache.org/jira/browse/FALCON-1221
Project: Falcon
Issue Type: Bug
Components: merlin
Affects Versions: 0.7
Reporter: Raghav Kumar Gautam
Assignee: Raghav Kumar Gautam
Fix For: 0.7
The method has assertion that checks for presence of message:
{code}
(process) not found
{code}
But a message like like following is acceptable, hence the comparison needs to
be case insensitive.
{code}
(PROCESS) not found
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)