summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/docsummary
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-11-17 18:03:00 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-11-17 18:03:00 +0100
commit9e8a8bd941009ff4e11edddd5004284db13a2127 (patch)
treecf90d0d32dec2e38a8fdcf73e2cc554fbd7d38a2 /searchcore/src/tests/proton/docsummary
parentda4dee87d3cc7ee29ff7aeca757ee95edfdb3f2c (diff)
Use snake case: incSerialNum() ==> inc_serial_num()
Diffstat (limited to 'searchcore/src/tests/proton/docsummary')
-rw-r--r--searchcore/src/tests/proton/docsummary/docsummary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/docsummary/docsummary.cpp b/searchcore/src/tests/proton/docsummary/docsummary.cpp
index 1d8b85864f6..04258b3989f 100644
--- a/searchcore/src/tests/proton/docsummary/docsummary.cpp
+++ b/searchcore/src/tests/proton/docsummary/docsummary.cpp
@@ -244,7 +244,7 @@ public:
PutRes putRes(dms.put(docId.getGlobalId(), BucketFactory::getBucketId(docId),
Timestamp(0u), docSize, lid, 0u));
LOG_ASSERT(putRes.ok());
- uint64_t serialNum = _ddb->getFeedHandler().incSerialNum();
+ uint64_t serialNum = _ddb->getFeedHandler().inc_serial_num();
_aw->put(serialNum, doc, lid, std::shared_ptr<IDestructorCallback>());
_aw->forceCommit(serialNum, std::shared_ptr<IDestructorCallback>());
_ddb->getReadySubDB()->getAttributeManager()->getAttributeFieldWriter().sync();