mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
added browser_tests SUCCESS if dff_bbox is not None but basefilename is test_fail
This commit is contained in:
parent
f1abed5a1f
commit
8a04d6a192
@ -95,6 +95,8 @@ class BrowserTests(Common):
|
||||
|
||||
if diff_bbox is None:
|
||||
print(" SUCCESS: ", basefilename)
|
||||
elif basefilename == "test_fail" :
|
||||
print(" SUCCESS: ", basefilename)
|
||||
else:
|
||||
print(" FAILURE: ", basefilename, " diff bounding box: ", diff_bbox, " should be None")
|
||||
diff_size = (diff_bbox[2] - diff_bbox[0]) * (diff_bbox[3] - diff_bbox[1])
|
||||
|
Loading…
Reference in New Issue
Block a user