Skip to content

Commit

Permalink
tests/resources/test_1645_expected_1.25.pdf: match latest mupdf master.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Jan 8, 2025
1 parent 734dbe5 commit 3c9a9e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added tests/resources/test_1645_expected_1.26.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion tests/test_annots.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ def test_1645():
'''
path_in = os.path.abspath( f'{__file__}/../resources/symbol-list.pdf')

if pymupdf.mupdf_version_tuple >= (1, 25):
if pymupdf.mupdf_version_tuple >= (1, 26):
path_expected = os.path.abspath( f'{__file__}/../../tests/resources/test_1645_expected_1.26.pdf')
elif pymupdf.mupdf_version_tuple >= (1, 25):
path_expected = os.path.abspath( f'{__file__}/../../tests/resources/test_1645_expected_1.25.pdf')
elif pymupdf.mupdf_version_tuple >= (1, 24, 2):
path_expected = os.path.abspath( f'{__file__}/../../tests/resources/test_1645_expected_1.24.2.pdf')
Expand Down

0 comments on commit 3c9a9e6

Please sign in to comment.