Skip to content

Commit

Permalink
Update autotest/utilities/test_gdal_translate_lib.py
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
  • Loading branch information
mdsumner and rouault authored Dec 13, 2023
1 parent 4ecefe3 commit 85d6a56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autotest/utilities/test_gdal_translate_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,8 +1188,12 @@ def test_gdal_translate_dmo_option():
],
)

md = ds.GetMetadata("NEW_DOMAIN")
assert "META-TAG" in md, "Did not get META-TAG"
assert md["META-TAG"] == "value"
md = ds.GetMetadata("ANOTHER_NEW_DOMAIN")
assert "META2-TAG" in md, "Did not get META2-TAG"
assert md["META2-TAG"] == "value"

ds = None

Expand Down

0 comments on commit 85d6a56

Please sign in to comment.