MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.

(cherry picked from commit 0afc036deb)
This commit is contained in:
Inigo Goiri 2018-06-05 12:24:57 -07:00
parent 1540062040
commit cd34c229a7
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ public class TestHistoryViewerPrinter {
private final String LINE_SEPARATOR = System.lineSeparator();
private final String LINE_SEPARATOR = System.lineSeparator();
@Test
public void testHumanPrinter() throws Exception {
JobHistoryParser.JobInfo job = createJobInfo();