[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16462913#comment-16462913
 ] 

Abhishek Modi commented on MAPREDUCE-7093:
------------------------------------------

Thanks [~ajisakaa]. 

Submitted v1 patch with fix. Could you please help in reviewing this. Thanks.

> Use assertEquals instead of assertTrue(a == b) in 
> TestMapReduceJobControlWithMocks
> ----------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-7093
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7093
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>            Reporter: Akira Ajisaka
>            Assignee: Abhishek Modi
>            Priority: Minor
>              Labels: newbie
>         Attachments: MAPREDUCE-7093.001.patch
>
>
> For example:{code}
>     assertTrue(job1.getJobState() == ControlledJob.State.SUCCESS);
> {code}
> should be
> {code}
>     assertEquals(ControlledJob.State.SUCCESS, job1.getJobState());
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to