jsoref commented on code in PR #480:
URL: https://github.com/apache/poi/pull/480#discussion_r1240547261


##########
poi/src/test/java/org/apache/poi/hssf/extractor/TestExcelExtractor.java:
##########
@@ -303,8 +303,8 @@ void testWithEmbeddedInOwn() throws Exception {
 
             // And the base file too
             ex = new ExcelExtractor(fs);
-            assertEquals("Sheet1\nI have lots of embeded files in 
me\nSheet2\nSheet3\n", ex.getText());
-            assertEquals("Excel With Embeded", 
ex.getSummaryInformation().getTitle());
+            assertEquals("Sheet1\nI have lots of embeded files in 
me\nSheet2\nSheet3\n", ex.getText()); /* fixing the spelling here requires 
editing 44643.xls */
+            assertEquals("Excel With Embeded", 
ex.getSummaryInformation().getTitle()); /* fixing the spelling here requires 
editing 44643.xls */

Review Comment:
   I'm leaving these here. I'm not sure I have access to the right version of 
Excel to update the files. But I suspect that the rest of the changes for this 
commit are ok.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to