fix merge issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-01 11:57:10 +00:00
parent c8d61cbfe3
commit 6c3fe307f5

View File

@ -144,7 +144,6 @@ public final class TestHWPFWrite extends HWPFTestCase {
void testBug65436() throws IOException {
UnsynchronizedByteArrayOutputStream baos = new UnsynchronizedByteArrayOutputStream();
try (HWPFDocument doc = HWPFTestDataSamples.openSampleFile("SampleDoc.doc")) {
doc
Range r = doc.getRange();
assertEquals("I am a test document\r", r.getParagraph(0).text());
doc.write(baos);