BIND 10 trac1938, updated. 9181c52cd0d827a7c62538b1590e1a061a11c07f [1938] corrected a non-expected keyword in a lettuce test
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 22 15:56:34 UTC 2013
The branch, trac1938 has been updated
via 9181c52cd0d827a7c62538b1590e1a061a11c07f (commit)
from 9a3d9604b0fd9dd3dcc5f00b06ebf08e4e4f68a5 (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 9181c52cd0d827a7c62538b1590e1a061a11c07f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 22 08:53:28 2013 -0700
[1938] corrected a non-expected keyword in a lettuce test
(it didn't make sense before this branch, but now it could cause regression
as we remove the 'new' qualifier).
-----------------------------------------------------------------------
Summary of changes:
.../lettuce/features/xfrin_notify_handling.feature | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/xfrin_notify_handling.feature b/tests/lettuce/features/xfrin_notify_handling.feature
index 9eee067..81378b9 100644
--- a/tests/lettuce/features/xfrin_notify_handling.feature
+++ b/tests/lettuce/features/xfrin_notify_handling.feature
@@ -165,7 +165,7 @@ Feature: Xfrin incoming notify handling
# can't use 'wait for new' below.
Then wait for bind10 stderr message ZONEMGR_RECEIVE_NOTIFY
Then wait for bind10 stderr message XFRIN_XFR_TRANSFER_STARTED
- Then wait for bind10 stderr message XFRIN_XFR_TRANSFER_PROTOCOL_VIOLATION not XFRIN_XFR_TRANSFER_STARTED
+ Then wait for bind10 stderr message XFRIN_XFR_TRANSFER_PROTOCOL_VIOLATION not XFRIN_TRANSFER_SUCCESS
Then wait for bind10 stderr message ZONEMGR_RECEIVE_XFRIN_FAILED not ZONEMGR_RECEIVE_XFRIN_SUCCESS
Then wait for master stderr message NOTIFY_OUT_REPLY_RECEIVED
More information about the bind10-changes
mailing list