Skip to content

Commit 8894e20

Browse files
BATIK-1392: Update test
1 parent 520c0b7 commit 8894e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

batik-test-old/src/test/java/org/apache/batik/svggen/font/SVGFontTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public void testWriteFontAsSVGFragment() throws Exception {
3939
" descent=\"-481\"\n" +
4040
" alphabetic=\"0\" />\n" +
4141
"<missing-glyph horiz-adv-x=\"886\" d=\"M68 0V1365H750V0H68ZM136 68H682V1297H136V68Z\" />\n" +
42-
"</font>\n", bos.toString());
42+
"</font>\n", bos.toString().replace("\r", ""));
4343
}
4444
}

0 commit comments

Comments
 (0)