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
Sebastian Schrader
Kea
Commits
e8655ab1
Commit
e8655ab1
authored
May 02, 2013
by
Paul Selkirk
Browse files
[2521] style cleanup: remove trailing whitespace
parent
23db9e9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/rdata_dhcid_unittest.cc
View file @
e8655ab1
...
...
@@ -164,6 +164,6 @@ TEST_F(Rdata_DHCID_Test, compare) {
EXPECT_GT
(
rdata_dhcid3
.
compare
(
rdata_dhcid2
),
0
);
// comparison attempt between incompatible RR types should be rejected
EXPECT_THROW
(
rdata_dhcid
.
compare
(
*
rdata_nomatch
),
bad_cast
);
EXPECT_THROW
(
rdata_dhcid
.
compare
(
*
rdata_nomatch
),
bad_cast
);
}
}
src/lib/dns/tests/rdata_opt_unittest.cc
View file @
e8655ab1
...
...
@@ -84,6 +84,6 @@ TEST_F(Rdata_OPT_Test, compare) {
"rdata_opt_fromWire"
,
2
)));
// comparison attempt between incompatible RR types should be rejected
EXPECT_THROW
(
rdata_opt
.
compare
(
*
RdataTest
::
rdata_nomatch
),
bad_cast
);
EXPECT_THROW
(
rdata_opt
.
compare
(
*
RdataTest
::
rdata_nomatch
),
bad_cast
);
}
}
src/lib/dns/tests/rdata_rrsig_unittest.cc
View file @
e8655ab1
...
...
@@ -207,7 +207,7 @@ TEST_F(Rdata_RRSIG_Test, badText) {
"evxhlGx13mpKLVkKsjpGzycS5twtIoxOmlN14w9t5AgzGBmz"
"diGdLIrFabqr72af2rUq+UDBKMWXujwZTZUTws32sVldDPk/"
"NbuacJM25fQXfv5mO3Af7TOoow3AjMaVG9icjCW0V55WcWQU"
"f49t+sXKPzbipN9g+s1ZPiIyofc="
);
"f49t+sXKPzbipN9g+s1ZPiIyofc="
);
checkFromText_InvalidTime
(
"A 5 4 43200 "
"EXPIRATION 20100222214617 8496 isc.org. "
...
...
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