BIND 10 master, updated. 97a0938cfafb96358649b9a538b00fbb3ee42ea0 [master] fixed a minor typo in a test name

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 12 08:56:36 UTC 2011


The branch, master has been updated
       via  97a0938cfafb96358649b9a538b00fbb3ee42ea0 (commit)
      from  023527c23812b2f999c938ff1ee5b30434209297 (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 97a0938cfafb96358649b9a538b00fbb3ee42ea0
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 12 01:56:25 2011 -0700

    [master] fixed a minor typo in a test name

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

Summary of changes:
 src/lib/dns/tests/tsig_unittest.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/tsig_unittest.cc b/src/lib/dns/tests/tsig_unittest.cc
index 9d996a5..55c3ac2 100644
--- a/src/lib/dns/tests/tsig_unittest.cc
+++ b/src/lib/dns/tests/tsig_unittest.cc
@@ -871,7 +871,7 @@ TEST_F(TSIGTest, verifyAfterSendResponse) {
                  TSIGContextError);
 }
 
-TEST_F(TSIGTest, signAterVerified) {
+TEST_F(TSIGTest, signAfterVerified) {
     // Likewise, once the context verifies a response, it shouldn't for
     // signing any more.
 




More information about the bind10-changes mailing list