You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by kk...@apache.org on 2020/11/18 16:59:54 UTC

[tika] branch main updated (d27f148 -> 49bd7d5)

This is an automated email from the ASF dual-hosted git repository.

kkrugler pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git.


    from d27f148  TIKA-3228 -- add file name/extension to FileProfiler and make mime table name distinct.
     new e1cefa8  Add method getResourceAsUrl to TikaTest
     new 3219381  Add method getResourceAsUri to TikaTest
     new 8dfee9e  Simplify some test code by using method TikaTest#getResourceAsUrl and TikaTest#getResourceAsUri
     new 49bd7d5  Merge pull request #385 from PeterAlfredLee/simplify_getResource

The 4879 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/tika/batch/fs/BatchProcessTest.java |  3 +-
 .../org/apache/tika/batch/fs/FSBatchTestBase.java  | 10 +++---
 .../src/test/java/org/apache/tika/TikaTest.java    | 38 ++++++++++++++++++----
 .../org/apache/tika/config/TikaConfigTest.java     |  4 +--
 .../apache/tika/parser/font/FontParsersTest.java   |  6 ++--
 .../apache/tika/parser/html/HtmlParserTest.java    |  2 +-
 .../tika/detect/TestContainerAwareDetector.java    |  9 ++---
 .../tika/parser/RecursiveParserWrapperTest.java    |  2 +-
 .../pkg/CompositeZipContainerDetectorTest.java     |  3 +-
 .../parser/microsoft/chm/TestChmExtraction.java    |  2 +-
 .../parser/microsoft/ooxml/TruncatedOOXMLTest.java |  2 +-
 .../org/apache/tika/parser/odf/ODFParserTest.java  | 12 +++----
 .../apache/tika/parser/gdal/TestGDALParser.java    |  2 +-
 13 files changed, 53 insertions(+), 42 deletions(-)