Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
a96232b3
Commit
a96232b3
authored
Feb 14, 2014
by
Mukund Sivaraman
Browse files
[2430] Add comment about before and after scaffolding in test
parent
9aa52ecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/master_loader_unittest.cc
View file @
a96232b3
...
@@ -337,6 +337,9 @@ TEST_F(MasterLoaderTest, generate) {
...
@@ -337,6 +337,9 @@ TEST_F(MasterLoaderTest, generate) {
EXPECT_TRUE
(
loader_
->
loadedSucessfully
());
EXPECT_TRUE
(
loader_
->
loadedSucessfully
());
EXPECT_TRUE
(
errors_
.
empty
());
EXPECT_TRUE
(
errors_
.
empty
());
// The "before" and "after" scaffolding below checks that no
// extra records are added by $GENERATE outside the requested
// range.
checkRR
(
"before.example.org"
,
RRType
::
A
(),
"192.0.2.0"
);
checkRR
(
"before.example.org"
,
RRType
::
A
(),
"192.0.2.0"
);
checkRR
(
"host3.example.org"
,
RRType
::
A
(),
"192.0.2.3"
);
checkRR
(
"host3.example.org"
,
RRType
::
A
(),
"192.0.2.3"
);
checkRR
(
"host4.example.org"
,
RRType
::
A
(),
"192.0.2.4"
);
checkRR
(
"host4.example.org"
,
RRType
::
A
(),
"192.0.2.4"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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