BIND 10 trac2207, updated. 16041df526aeb519ff158aa4cd89e0b4f503aece [2207] Style: correct capitalization
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 17 11:11:22 UTC 2012
The branch, trac2207 has been updated
via 16041df526aeb519ff158aa4cd89e0b4f503aece (commit)
from 6430d56ffc6be92717f50e576101546be2f4d6c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 16041df526aeb519ff158aa4cd89e0b4f503aece
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Oct 17 13:11:05 2012 +0200
[2207] Style: correct capitalization
-----------------------------------------------------------------------
Summary of changes:
.../tests/memory/zone_table_segment_unittest.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory/zone_table_segment_unittest.cc b/src/lib/datasrc/tests/memory/zone_table_segment_unittest.cc
index 36f06ad..928b6c4 100644
--- a/src/lib/datasrc/tests/memory/zone_table_segment_unittest.cc
+++ b/src/lib/datasrc/tests/memory/zone_table_segment_unittest.cc
@@ -87,7 +87,7 @@ TEST_F(ZoneTableSegmentTest, getMemorySegment) {
}
ZoneData*
-load_action(MemorySegment&) {
+loadAction(MemorySegment&) {
// The function won't be called, so this is OK
return (NULL);
}
@@ -95,7 +95,7 @@ load_action(MemorySegment&) {
// Test we can get a writer.
TEST_F(ZoneTableSegmentTest, getZoneWriter) {
scoped_ptr<ZoneWriter>
- writer(segment_->getZoneWriter(load_action, Name("example.org"),
+ writer(segment_->getZoneWriter(loadAction, Name("example.org"),
RRClass::IN()));
// We have to get something
EXPECT_NE(static_cast<void*>(NULL), writer.get());
More information about the bind10-changes
mailing list