mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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:
parent
c8d61cbfe3
commit
6c3fe307f5
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user