aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_c_api.cpp
diff options
context:
space:
mode:
authorModern Slave <havingsexonthebeach@gmail.com>2021-01-14 13:16:45 +0100
committerModern Slave <havingsexonthebeach@gmail.com>2021-01-15 23:27:33 +0100
commit7b33d9180eec541f17470d628fe2bb3ed536803d (patch)
tree6e4a9abe6875c0a6456b542be83eee18443ed0fd /test/unit/test_c_api.cpp
parent99b06ef5e77af5081ade5d8d8a66af9e461576b1 (diff)
downloadPROJ-7b33d9180eec541f17470d628fe2bb3ed536803d.tar.gz
PROJ-7b33d9180eec541f17470d628fe2bb3ed536803d.zip
Database: update to EPSG v10.011
Diffstat (limited to 'test/unit/test_c_api.cpp')
-rw-r--r--test/unit/test_c_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp
index 60ad8f61..b67ff6d1 100644
--- a/test/unit/test_c_api.cpp
+++ b/test/unit/test_c_api.cpp
@@ -1440,7 +1440,7 @@ TEST_F(CApi, proj_create_operations) {
ObjectKeeper keeper_op(op);
EXPECT_FALSE(
proj_coordoperation_has_ballpark_transformation(m_ctxt, op));
- EXPECT_EQ(proj_get_name(op), std::string("NAD27 to NAD83 (3)"));
+ EXPECT_EQ(proj_get_name(op), std::string("NAD27 to NAD83 (4)"));
}
{