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:
parent
1540062040
commit
cd34c229a7
|
@ -43,6 +43,8 @@ public class TestHistoryViewerPrinter {
|
||||||
|
|
||||||
private final String LINE_SEPARATOR = System.lineSeparator();
|
private final String LINE_SEPARATOR = System.lineSeparator();
|
||||||
|
|
||||||
|
private final String LINE_SEPARATOR = System.lineSeparator();
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testHumanPrinter() throws Exception {
|
public void testHumanPrinter() throws Exception {
|
||||||
JobHistoryParser.JobInfo job = createJobInfo();
|
JobHistoryParser.JobInfo job = createJobInfo();
|
||||||
|
|
Loading…
Reference in New Issue