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
ISC Open Source Projects
Kea
Commits
d217a093
Commit
d217a093
authored
Feb 25, 2013
by
Mukund Sivaraman
Browse files
[2386] Remove obsolete NSECLikeBitmapTest.badText test
parent
b7e16c6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/rdata_nsecbitmap_unittest.cc
View file @
d217a093
...
@@ -168,14 +168,6 @@ TYPED_TEST(NSECLikeBitmapTest, createFromWire) {
...
@@ -168,14 +168,6 @@ TYPED_TEST(NSECLikeBitmapTest, createFromWire) {
DNSMessageFORMERR
);
DNSMessageFORMERR
);
}
}
// Disabled by #2386. Unsure whether trailing spaces are disallowed. The
// RFC itself doesn't say anything about it (RFC4034 section 4.2).
TYPED_TEST
(
NSECLikeBitmapTest
,
DISABLED_badText
)
{
// redundant space after the sequence
EXPECT_THROW
(
this
->
fromText
(
this
->
getCommonText
()
+
"A "
),
InvalidRdataText
);
}
// This tests the result of toText() with various kinds of NSEC/NSEC3 bitmaps.
// This tests the result of toText() with various kinds of NSEC/NSEC3 bitmaps.
// It also tests the "from text" constructor as a result.
// It also tests the "from text" constructor as a result.
TYPED_TEST
(
NSECLikeBitmapTest
,
toText
)
{
TYPED_TEST
(
NSECLikeBitmapTest
,
toText
)
{
...
...
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