fix spelling of OutlookTextExtractor class name

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2019-12-26 09:28:06 +00:00
parent 91017547ae
commit 40da053a4a
2 changed files with 2 additions and 3 deletions

View File

@ -552,7 +552,6 @@ under the License.
<patternset id="exclude-scratchpad-test">
<exclude name="**/TestExtractorFactory.java"/>
<exclude name="**/OutlookTextExtactor.java"/>
<exclude name="**/TestEmbedOLEPackage.java"/>
<exclude name="**/TestHxxFEncryption.java"/>
</patternset>

View File

@ -114,7 +114,7 @@ public class TestExtractorFactory {
"Visio", vsd, "VisioTextExtractor", 50,
"Visio - vsdx", vsdx, "XDGFVisioExtractor", 20,
"Publisher", pub, "PublisherTextExtractor", 50,
"Outlook msg", msg, "OutlookTextExtactor", 50,
"Outlook msg", msg, "OutlookTextExtractor", 50,
// TODO Support OOXML-Strict, see bug #57699
// xlsxStrict
@ -341,7 +341,7 @@ public class TestExtractorFactory {
case "WordExtractor":
numWord++;
break;
case "OutlookTextExtactor":
case "OutlookTextExtractor":
numMsg++;
break;
case "XWPFWordExtractor":