Skip to content

Commit

Permalink
Solving Fixture not found
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelPau committed Apr 10, 2024
1 parent 407e5f0 commit 6094829
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions autotest/ogr/ogr_miramon_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,14 @@ def test_ogr_miramon_OpenLanguagePoint(Language):
print("Field '{}' not found.".format("ID_GRAFIC"))


@pytest.mark.parametrize(
"Language",
[
"CAT",
"SPA",
"ENG",
],
)
def test_ogr_miramon_OpenLanguageArc(Language):

ds = gdal.OpenEx(
Expand Down

0 comments on commit 6094829

Please sign in to comment.