BIND 10 trac2157_2, updated. a6a1bf6c90da7fc59eaf094762eb1410f14b8658 [2157] fix for 1c470ce was incomplete
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 4 03:32:17 UTC 2013
The branch, trac2157_2 has been updated
via a6a1bf6c90da7fc59eaf094762eb1410f14b8658 (commit)
from 2af2991a8d5e0a5f6debff5f9105fd215803b6db (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 a6a1bf6c90da7fc59eaf094762eb1410f14b8658
Author: Yoshitaka Aharen <aharen at jprs.co.jp>
Date: Mon Feb 4 12:29:32 2013 +0900
[2157] fix for 1c470ce was incomplete
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/features/queries.feature | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/queries.feature b/tests/lettuce/features/queries.feature
index d9e6c25..e9c2cc7 100644
--- a/tests/lettuce/features/queries.feature
+++ b/tests/lettuce/features/queries.feature
@@ -21,7 +21,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_
@@ -50,7 +50,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_ except for the following items
@@ -89,7 +89,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_ except for the following items
@@ -116,7 +116,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_ except for the following items
@@ -147,7 +147,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_
@@ -174,7 +174,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_ except for the following items
@@ -196,7 +196,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_
@@ -219,7 +219,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_ except for the following items
@@ -253,7 +253,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_
@@ -264,7 +264,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_ except for the following items
@@ -287,7 +287,7 @@ Feature: Querying feature
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
And wait for new bind10 stderr message CC_REPLY
- And wait for new bind10 stderr message "v4":
+ And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
The statistics counters are 0 in category .Auth.zones._SERVER_ except for the following items
More information about the bind10-changes
mailing list