|
@@ -16,8 +16,6 @@
|
|
|
|
|
|
#include <exceptions/exceptions.h>
|
|
|
|
|
|
-#include <util/encode/base32hex.h>
|
|
|
-#include <util/encode/hex.h>
|
|
|
#include <util/buffer.h>
|
|
|
#include <dns/messagerenderer.h>
|
|
|
#include <dns/rdata.h>
|
|
@@ -35,7 +33,6 @@ using namespace std;
|
|
|
using namespace isc;
|
|
|
using namespace isc::dns;
|
|
|
using namespace isc::util;
|
|
|
-using namespace isc::util::encode;
|
|
|
using namespace isc::dns::rdata;
|
|
|
|
|
|
namespace {
|
|
@@ -96,7 +93,7 @@ TEST_F(Rdata_NSEC3PARAM_Test, fromText) {
|
|
|
// Iterations out of range.
|
|
|
checkFromText_InvalidText("1 1 65536 D399EAAB");
|
|
|
|
|
|
- // Bad base32 hex sequence
|
|
|
+ // Bad hex sequence
|
|
|
checkFromText_BadValue("1 1 256 D399EAABZOO");
|
|
|
|
|
|
// String instead of number
|