]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2370] make MasterLexerTokenTest members protected (not public) by convention
authorJINMEI Tatuya <jinmei@isc.org>
Sat, 27 Oct 2012 05:28:51 +0000 (22:28 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Sat, 27 Oct 2012 05:28:51 +0000 (22:28 -0700)
src/lib/dns/tests/master_lexer_token_unittest.cc

index a7a8acce904a82f69cde5cd864e2eec862eb24fe..a63b9ca52a74e612a584ffc0246f8acc9b09aa5c 100644 (file)
@@ -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),