BIND 10 trac2370, updated. e62b6417336ebdaeda560e47b177e617ee4551e5 [2370] make MasterLexerTokenTest members protected (not public) by convention
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Oct 27 05:29:15 UTC 2012
The branch, trac2370 has been updated
via e62b6417336ebdaeda560e47b177e617ee4551e5 (commit)
from a88ab93f5a8722d16f96a4e58952042ff2564751 (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 e62b6417336ebdaeda560e47b177e617ee4551e5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 26 22:28:51 2012 -0700
[2370] make MasterLexerTokenTest members protected (not public) by convention
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/master_lexer_token_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/master_lexer_token_unittest.cc b/src/lib/dns/tests/master_lexer_token_unittest.cc
index a7a8acc..a63b9ca 100644
--- a/src/lib/dns/tests/master_lexer_token_unittest.cc
+++ b/src/lib/dns/tests/master_lexer_token_unittest.cc
@@ -29,7 +29,7 @@ const char TEST_STRING[] = "string token";
const size_t TEST_STRING_LEN = sizeof(TEST_STRING) - 1;
class MasterLexerTokenTest : public ::testing::Test {
-public:
+protected:
MasterLexerTokenTest() :
token_eof(MasterLexer::Token::END_OF_FILE),
token_str(TEST_STRING, TEST_STRING_LEN),
More information about the bind10-changes
mailing list