BIND 10 trac499, updated. b1bc4d63d568d15f6b21a3c25a2848bea2553ff7 [trac499] Minor updates

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 9 14:54:03 UTC 2011


The branch, trac499 has been updated
       via  b1bc4d63d568d15f6b21a3c25a2848bea2553ff7 (commit)
      from  a0d91794e105108425429a6ab9eed196171955eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b1bc4d63d568d15f6b21a3c25a2848bea2553ff7
Author: Stephen Morris <stephen at isc.org>
Date:   Wed Mar 9 14:52:12 2011 +0000

    [trac499] Minor updates
    
    Added newline to end of io_message.h (missed that file in a previous
    update) and disabled debug messages in the IOFetch unit test.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/asiolink/io_message.h               |    2 +-
 src/lib/asiolink/tests/io_fetch_unittest.cc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/io_message.h b/src/lib/asiolink/io_message.h
index dac380d..e857bd9 100644
--- a/src/lib/asiolink/io_message.h
+++ b/src/lib/asiolink/io_message.h
@@ -97,4 +97,4 @@ private:
 
 
 }      // asiolink
-#endif // __IO_MESSAGE_H
\ No newline at end of file
+#endif // __IO_MESSAGE_H
diff --git a/src/lib/asiolink/tests/io_fetch_unittest.cc b/src/lib/asiolink/tests/io_fetch_unittest.cc
index 4ef0683..d1f0275 100644
--- a/src/lib/asiolink/tests/io_fetch_unittest.cc
+++ b/src/lib/asiolink/tests/io_fetch_unittest.cc
@@ -54,7 +54,7 @@ const size_t MAX_SIZE = 64 * 1024;  // Should be able to take 64kB
 
 // The tests are complex, so debug output has been left in (although disabled).
 // Set this to true to enable it.
-const bool DEBUG = true;
+const bool DEBUG = false;
 
 /// \brief Test fixture for the asiolink::IOFetch.
 class IOFetchTest : public virtual ::testing::Test, public virtual IOFetch::Callback




More information about the bind10-changes mailing list