Skip to content

Commit 3c9a9e6

Browse files
tests/resources/test_1645_expected_1.25.pdf: match latest mupdf master.
1 parent 734dbe5 commit 3c9a9e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
2.58 KB
Binary file not shown.

tests/test_annots.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,9 @@ def test_1645():
228228
'''
229229
path_in = os.path.abspath( f'{__file__}/../resources/symbol-list.pdf')
230230

231-
if pymupdf.mupdf_version_tuple >= (1, 25):
231+
if pymupdf.mupdf_version_tuple >= (1, 26):
232+
path_expected = os.path.abspath( f'{__file__}/../../tests/resources/test_1645_expected_1.26.pdf')
233+
elif pymupdf.mupdf_version_tuple >= (1, 25):
232234
path_expected = os.path.abspath( f'{__file__}/../../tests/resources/test_1645_expected_1.25.pdf')
233235
elif pymupdf.mupdf_version_tuple >= (1, 24, 2):
234236
path_expected = os.path.abspath( f'{__file__}/../../tests/resources/test_1645_expected_1.24.2.pdf')

0 commit comments

Comments
 (0)