You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changes between master and pdfbox2.0 are this small, just modify the tests's expectation. While making sure that they make semantic sense, of course.
For the first rulings there is a difference of 1, so we get different y in the detected table and the test fails
old: [x=75.0,y=154.0,w=447.0,h=344.0,bottom=498.000000,right=522.000000]
new: [x=75.0,y=155.0,w=446.0,h=343.0,bottom=498.000000,right=521.000000]
and the expected table should be
technology.tabula.Rectangle[x=82.0,y=154.88995,w=400.0,h=338.0,bottom=492.889954,right=482.000000]
because 155 > 154.88 then the test fails because the contains(comparePages) evaluation returns false.
old:
new:
The text was updated successfully, but these errors were encountered: