Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
a9d6dd7c
Commit
a9d6dd7c
authored
Feb 29, 2012
by
Jelte Jansen
Browse files
[1722] update test comment
parent
a756c801
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/masterload_unittest.cc
View file @
a9d6dd7c
...
...
@@ -194,7 +194,7 @@ TEST_F(MasterLoadTest, loadRRWithCommentNoSpace) {
}
TEST_F
(
MasterLoadTest
,
loadRRWithCommentEmptyComment
)
{
// Similar to the previous one, but there's no
space before comments.
// Similar to the previous one, but there's no
data after the ;
// It should still work.
rr_stream
<<
"example.com. 3600 IN DNSKEY 256 3 7 "
"AwEAAaetidLzsKWUt4swWR8yu0wPHPiUi8LUsAD0QPWU+wzt89epO6tH "
...
...
@@ -207,7 +207,7 @@ TEST_F(MasterLoadTest, loadRRWithCommentEmptyComment) {
}
TEST_F
(
MasterLoadTest
,
loadRRWithCommentEmptyCommentNoSpace
)
{
// Similar to the previous one, but there's no space before
comments.
// Similar to the previous one, but there's no space before
or after ;
// It should still work.
rr_stream
<<
"example.com. 3600 IN DNSKEY 256 3 7 "
"AwEAAaetidLzsKWUt4swWR8yu0wPHPiUi8LUsAD0QPWU+wzt89epO6tH "
...
...
@@ -220,7 +220,7 @@ TEST_F(MasterLoadTest, loadRRWithCommentEmptyCommentNoSpace) {
}
TEST_F
(
MasterLoadTest
,
loadRRWithEOLWhitespace
)
{
//
Similar to the previous one, but there's no space before comments.
//
Test with whitespace after rdata
// It should still work.
rr_stream
<<
"example.com. 3600 IN NSEC3PARAM 1 0 1 beef
\n
"
;
masterLoad
(
rr_stream
,
origin
,
zclass
,
callback
);
...
...
@@ -231,7 +231,7 @@ TEST_F(MasterLoadTest, loadRRWithEOLWhitespace) {
}
TEST_F
(
MasterLoadTest
,
loadRRWithEOLWhitespaceTab
)
{
// Similar to the previous one,
but there's no space before comments
.
// Similar to the previous one,
tab instead of space
.
// It should still work.
rr_stream
<<
"example.com. 3600 IN NSEC3PARAM 1 0 1 beef
\t\n
"
;
masterLoad
(
rr_stream
,
origin
,
zclass
,
callback
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment