aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-08-12 11:58:14 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-08-12 11:58:14 +0000
commitbe4d955b8bc9ab94d8ed1b72b03d5a112e196da2 (patch)
tree2b1e4860f80d2f27c38edc91397c546f99d4b203 /searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
parent7af09657ed382216b3406e26c6f79bb43ba090e3 (diff)
Follow up of PR comment with renaming and refactoring.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp b/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
index ae8ee7686da..bdeb4a09685 100644
--- a/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
@@ -104,7 +104,7 @@ struct MyDocumentRetriever : public DocumentRetrieverBaseForTest
const document::DocumentTypeRepo &getDocumentTypeRepo() const override { return *_repo; }
void getBucketMetaData(const storage::spi::Bucket &, DocumentMetaData::Vector &) const override {}
DocumentMetaData getDocumentMetaData(const DocumentId &) const override { return DocumentMetaData(); }
- Document::UP getDocumentByLidOnly(DocumentIdT lid) const override {
+ Document::UP getFullDocument(DocumentIdT lid) const override {
return Document::UP(_docs[lid]->clone());
}