Browse Source

fix test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908486 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 1 year ago
parent
commit
9f0fe6139e

+ 1
- 1
poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFSlide.java View File

@@ -142,7 +142,7 @@ class TestXSLFSlide {

XSLFTextShape sh2 = (XSLFTextShape)shapes1.get(1);
assertEquals(
"Text in an autoshape is white\n" +
"Text in a autoshape is white\n" +
"Fill: RGB(148, 198,0)", sh2.getText());
XSLFTextRun r2 = sh2.getTextParagraphs().get(0).getTextRuns().get(0);
assertEquals("Century Gothic", r2.getFontFamily());

Loading…
Cancel
Save