MAPREDUCE-7113. Typos in test names in TestTaskAttempt: "testAppDiognostic". Contributed by Szilard Nemeth.

This commit is contained in:
Miklos Szegedi 2018-06-20 12:04:44 -07:00
parent 46f9058164
commit d6ee4290df
1 changed files with 2 additions and 2 deletions

View File

@ -853,7 +853,7 @@ public class TestTaskAttempt{
@Test
public void testAppDiognosticEventOnUnassignedTask() throws Exception {
public void testAppDiagnosticEventOnUnassignedTask() {
ApplicationId appId = ApplicationId.newInstance(1, 2);
ApplicationAttemptId appAttemptId = ApplicationAttemptId.newInstance(
appId, 0);
@ -978,7 +978,7 @@ public class TestTaskAttempt{
}
@Test
public void testAppDiognosticEventOnNewTask() throws Exception {
public void testAppDiagnosticEventOnNewTask() {
ApplicationId appId = ApplicationId.newInstance(1, 2);
ApplicationAttemptId appAttemptId = ApplicationAttemptId.newInstance(
appId, 0);