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
Copy file name to clipboardExpand all lines: tests/test_general.py
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -911,17 +911,11 @@ def test_bboxlog_2885():
911
911
912
912
bbl=page.get_bboxlog()
913
913
wt=pymupdf.TOOLS.mupdf_warnings()
914
-
ifpymupdf.mupdf_version_tuple>= (1, 28):
915
-
assertwt==''
916
-
else:
917
-
assertwt=='invalid marked content and clip nesting'
914
+
assertwt=='invalid marked content and clip nesting'
918
915
919
916
bbl=page.get_bboxlog(layers=True)
920
917
wt=pymupdf.TOOLS.mupdf_warnings()
921
-
ifpymupdf.mupdf_version_tuple>= (1, 28):
922
-
assertwt==''
923
-
else:
924
-
assertwt=='invalid marked content and clip nesting'
918
+
assertwt=='invalid marked content and clip nesting'
925
919
926
920
deftest_3081():
927
921
'''
@@ -1763,10 +1757,7 @@ def test_3569():
1763
1757
'</svg>\n'
1764
1758
)
1765
1759
wt=pymupdf.TOOLS.mupdf_warnings()
1766
-
ifpymupdf.mupdf_version_tuple>= (1, 28):
1767
-
assertwt=='unknown cid collection: PDFAUTOCAD-Indentity0\nnon-embedded font using identity encoding: ArialMT (mapping via )'
1768
-
else:
1769
-
assertwt=='unknown cid collection: PDFAUTOCAD-Indentity0\nnon-embedded font using identity encoding: ArialMT (mapping via )\ninvalid marked content and clip nesting'
1760
+
assertwt=='unknown cid collection: PDFAUTOCAD-Indentity0\nnon-embedded font using identity encoding: ArialMT (mapping via )\ninvalid marked content and clip nesting'
1770
1761
1771
1762
deftest_3450():
1772
1763
# This issue is a slow-down, so we just show time taken - it's not safe
0 commit comments