Adjust TikaTestCase expectations for recent Tika versions#6977
Adjust TikaTestCase expectations for recent Tika versions#6977labkey-adam merged 1 commit intodevelopfrom
Conversation
labkey-jeckels
left a comment
There was a problem hiding this comment.
I haven't tried running this with the Tika update, but take your word that it will pass.
FYI: I noticed these discrepancies while testing 3.2.2, but turns out they aren't new. They show up on develop (3.2.1), but don't fail there because |
|
Sure en
|
Rationale
Text extracted from a couple of our test files shows small whitespace differences as of a recent Tika version (not sure which one); adjust test expectations accordingly. Also, run the test with
strict=truegoing forward, so it fails when these expectations aren't met, which was the intent. Thefalsesetting is helpful when adjusting a large number of discrepancies, but not what we want on an on-going basis.