Skip to content

Commit

Permalink
Translate comments in TestXMLGenerator.java #393
Browse files Browse the repository at this point in the history
  • Loading branch information
smehrbrodt committed Sep 22, 2022
1 parent f1f8b7f commit 95c977d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ public void generateWithInclude() throws XMLGeneratorException, SAXException, IO
Map<String, String> fileContentMap = new HashMap<>();
if (windowsOS)
{
// hier von 9 auf 8, weil Windows im Unterschied zu Linux (ein LineFeed) die Kombination
// CarriageReturn und LineFeed verwendet, also 2 Zeichen
// here from 9 to 8, because Windows uses the combination CarriageReturn and LineFeed
// in contrast to Linux (one LineFeed), so 2 characters
assertEquals(in.length(), out.length() + 8, "Different content length");
fileContentMap.put(getClass().getResource("tmp2.conf").getFile(), "%include \"tmp.conf\"\r\n\r\n");
fileContentMap.put(getClass().getResource("tmp.conf").getFile(),
Expand Down

0 comments on commit 95c977d

Please sign in to comment.