|
@@ -76,7 +76,7 @@ TEST_F(Rdata_DNSKEY_Test, badText) {
|
|
InvalidRdataLength);
|
|
InvalidRdataLength);
|
|
|
|
|
|
// Missing algorithm
|
|
// Missing algorithm
|
|
- EXPECT_THROW(generic::DNSKEY("257 3 5BEAAEFTd"),
|
|
|
|
|
|
+ EXPECT_THROW(generic::DNSKEY("257 3 YmFiYWJhYmE="),
|
|
InvalidRdataText);
|
|
InvalidRdataText);
|
|
|
|
|
|
// How about this? It's even more confusing for the parser because
|
|
// How about this? It's even more confusing for the parser because
|