Skip to content

Commit

Permalink
test_convert: fix choice of assets (w/ wf. METS)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Oct 1, 2024
1 parent 4798001 commit 60cb696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def resolver():

@fixture
def sample_workspace(resolver):
workspace = resolver.workspace_from_url(assets.path_to('gutachten/data/mets.xml'))
workspace = resolver.workspace_from_url(assets.path_to('kant_aufklaerung_1784/data/mets.xml'))
oldpwd = getcwd()
chdir(workspace.directory)
yield workspace
Expand All @@ -25,7 +25,7 @@ def test_page_to_alto(resolver, sample_workspace):
'ocrd-fileformat-transform',
resolver=resolver,
overwrite=True,
input_file_grp='TEMP2',
input_file_grp='OCR-D-GT-PAGE',
output_file_grp='OUT',
mets_url='mets.xml',
parameter=dumps({'from-to': 'page alto'})
Expand Down

0 comments on commit 60cb696

Please sign in to comment.