mirror of https://github.com/apache/poi.git
remove println
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6452b4c62f
commit
61c1b722e7
|
@ -399,7 +399,6 @@ public class TestXWPFWordExtractor extends TestCase {
|
|||
|
||||
public void testCheckboxes() throws IOException {
|
||||
XWPFDocument doc = XWPFTestDataSamples.openSampleDocument("checkboxes.docx");
|
||||
System.out.println(doc);
|
||||
XWPFWordExtractor extractor = new XWPFWordExtractor(doc);
|
||||
|
||||
assertEquals("This is a small test for checkboxes \nunchecked: |_| \n" +
|
||||
|
|
Loading…
Reference in New Issue