Skip to content
GitLab
Projects
Groups
Snippets
/
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
8361a134
Commit
8361a134
authored
Mar 15, 2011
by
Jelte Jansen
Browse files
[master] oops, committed with debug_print=true, reversing
parent
47620f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/resolve/tests/recursive_query_unittest_2.cc
View file @
8361a134
...
...
@@ -21,8 +21,6 @@
#include
<gtest/gtest.h>
#include
<boost/bind.hpp>
#include
<log/dummylog.h>
#include
<asio.hpp>
#include
<dns/buffer.h>
...
...
@@ -83,7 +81,7 @@ const char* WWW_EXAMPLE_ORG = "192.0.2.254"; ///< Address of www.example.org
// As the test is fairly long and complex, debugging "print" statements have
// been left in although they are disabled. Set the following to "true" to
// enable them.
const
bool
DEBUG_PRINT
=
tru
e
;
const
bool
DEBUG_PRINT
=
fals
e
;
class
MockResolver
:
public
isc
::
resolve
::
ResolverInterface
{
void
resolve
(
const
QuestionPtr
&
question
,
...
...
@@ -608,8 +606,6 @@ private:
// Sets up the UDP and TCP "servers", then tries a resolution.
TEST_F
(
RecursiveQueryTest2
,
Resolve
)
{
isc
::
log
::
denabled
=
true
;
// Set up the UDP server and issue the first read. The endpoint from which
// the query is sent is put in udp_endpoint_ when the read completes, which
// is referenced in the callback as the place to which the response is sent.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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