git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-03-07 10:23:39 +00:00
parent 8be47cb969
commit 8cc396f81a
1 changed files with 4 additions and 4 deletions

View File

@ -169,10 +169,10 @@ class TestXSLFTextParagraph {
}
}
/**
* test breaking test into lines.
* This test requires that the Arial font is available and will run only on windows
*/
/**
* test breaking test into lines.
* This test requires that the Arial font is available and will run only on windows
*/
@Test
void testBreakLines() throws IOException {
String os = System.getProperty("os.name");