aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_operation.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-12-17 16:52:08 +0100
committerGitHub <noreply@github.com>2019-12-17 16:52:08 +0100
commit9db6e144ae10854a5aff46fad2584c840c251974 (patch)
tree433d4c96ff925827beb2e8cce8988cbba9fd1eee /test/unit/test_operation.cpp
parentda7ffcd528595acb97589d59319967d01d8e5e8f (diff)
parent75a3299803beabf2dd2600aee2b5849347dabc29 (diff)
downloadPROJ-9db6e144ae10854a5aff46fad2584c840c251974.tar.gz
PROJ-9db6e144ae10854a5aff46fad2584c840c251974.zip
Merge pull request #1803 from rouault/improve_identification_with_datum_name_aliases
identify(): take into datum name aliases (fixes #1800)
Diffstat (limited to 'test/unit/test_operation.cpp')
-rw-r--r--test/unit/test_operation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp
index 9cf03555..d503034c 100644
--- a/test/unit/test_operation.cpp
+++ b/test/unit/test_operation.cpp
@@ -65,7 +65,8 @@ namespace {
struct UnrelatedObject : public IComparable {
UnrelatedObject() = default;
- bool _isEquivalentTo(const IComparable *, Criterion) const override {
+ bool _isEquivalentTo(const IComparable *, Criterion,
+ const DatabaseContextPtr &) const override {
assert(false);
return false;
}