Fix platform specific test

This commit is contained in:
Clément Fournier
2020-01-13 01:39:27 +01:00
parent 22b3f6cd55
commit af15334819

View File

@ -104,7 +104,7 @@ public class XmlTreeRendererTest {
public boolean takeAttribute(Node node, Attribute attribute) {
return false;
}
};
}.lineSeparator("\n");
XmlTreeRenderer renderer = new XmlTreeRenderer(strat);
@ -131,7 +131,7 @@ public class XmlTreeRendererTest {
public boolean takeAttribute(Node node, Attribute attribute) {
return attribute.getName().equals("ohio");
}
};
}.lineSeparator("\n");
XmlTreeRenderer renderer = new XmlTreeRenderer(strategy);