[
https://issues.apache.org/jira/browse/MAPREDUCE-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16465218#comment-16465218
]
Hudson commented on MAPREDUCE-7093:
-----------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14130 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14130/])
MAPREDUCE-7093. Use assertEquals instead of assertTrue(a == b) in (aajisaka:
rev e9159db62367920c34616179aa4ced46d1ed22e1)
* (edit)
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/jobcontrol/TestMapReduceJobControlWithMocks.java
> 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: Improvement
> Components: test
> Reporter: Akira Ajisaka
> Assignee: Abhishek Modi
> Priority: Minor
> Labels: newbie
> Fix For: 3.2.0
>
> 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]