Skip to content

Commit

Permalink
test: test urn:ogc:def:ensemble: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 24, 2021
1 parent 3ffa2c5 commit 01a5c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/test_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10357,6 +10357,8 @@ TEST(io, createFromUserInput) {
"urn:ogc:def:coordinateOperation:EPSG::1671", dbContext));
EXPECT_NO_THROW(
createFromUserInput("urn:ogc:def:datum:EPSG::6326", dbContext));
EXPECT_NO_THROW(
createFromUserInput("urn:ogc:def:ensemble:EPSG::6326", dbContext));
EXPECT_NO_THROW(
createFromUserInput("urn:ogc:def:meridian:EPSG::8901", dbContext));
EXPECT_NO_THROW(
Expand Down

0 comments on commit 01a5c03

Please sign in to comment.