Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
f6d053c1
Commit
f6d053c1
authored
Feb 04, 2014
by
Mukund Sivaraman
Browse files
[2430] Print debugging aid when check fails
parent
2fb705ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/master_loader_unittest.cc
View file @
f6d053c1
...
@@ -123,7 +123,9 @@ public:
...
@@ -123,7 +123,9 @@ public:
EXPECT_EQ
(
rrttl
,
current
->
getTTL
());
EXPECT_EQ
(
rrttl
,
current
->
getTTL
());
ASSERT_EQ
(
1
,
current
->
getRdataCount
());
ASSERT_EQ
(
1
,
current
->
getRdataCount
());
EXPECT_EQ
(
0
,
isc
::
dns
::
rdata
::
createRdata
(
type
,
RRClass
::
IN
(),
data
)
->
EXPECT_EQ
(
0
,
isc
::
dns
::
rdata
::
createRdata
(
type
,
RRClass
::
IN
(),
data
)
->
compare
(
current
->
getRdataIterator
()
->
getCurrent
()));
compare
(
current
->
getRdataIterator
()
->
getCurrent
()))
<<
data
<<
" vs. "
<<
current
->
getRdataIterator
()
->
getCurrent
().
toText
();
}
}
void
checkBasicRRs
()
{
void
checkBasicRRs
()
{
...
...
Write
Preview
Supports
Markdown
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