summaryrefslogtreecommitdiffstats
path: root/src/tests/dejagnu
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2009-11-11 12:04:27 +0000
committerLuke Howard <lukeh@padl.com>2009-11-11 12:04:27 +0000
commite4acac8a6ba1bb456fcb338da7b252e05ddb9b45 (patch)
tree04c3f3801e4be0d2ea1bf9e4145daf4b86438725 /src/tests/dejagnu
parentf67d78bafb88d8a68f9e1056220b5f6391f7d22e (diff)
downloadkrb5-e4acac8a6ba1bb456fcb338da7b252e05ddb9b45.tar.gz
krb5-e4acac8a6ba1bb456fcb338da7b252e05ddb9b45.tar.xz
krb5-e4acac8a6ba1bb456fcb338da7b252e05ddb9b45.zip
For iprop test, reduce expected attribute change count to reflect the three
non-replicated attributes: last_success, last_failed and fail_auth_count. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23149 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/dejagnu')
-rw-r--r--src/tests/dejagnu/krb-standalone/iprop.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tests/dejagnu/krb-standalone/iprop.exp b/src/tests/dejagnu/krb-standalone/iprop.exp
index 54a71a34a7..57506c0f80 100644
--- a/src/tests/dejagnu/krb-standalone/iprop.exp
+++ b/src/tests/dejagnu/krb-standalone/iprop.exp
@@ -109,23 +109,23 @@ proc doit { } {
expect -re "Last serial \# : 8"
expect -re "Update Entry"
expect -re "Update serial \# : 1"
- expect -re "Attributes changed : 15"
+ expect -re "Attributes changed : 12"
expect -re "Update Entry"
expect -re "Update serial \# : 2"
expect -re "Attributes changed : 6"
expect -re "Update Entry"
expect -re "Update serial \# : 3"
- expect -re "Attributes changed : 15"
+ expect -re "Attributes changed : 12"
expect -re "Update Entry"
expect -re "Update serial \# : 4"
} else {
expect -re "Last serial \# : 7"
expect -re "Update Entry"
expect -re "Update serial \# : 1"
- expect -re "Attributes changed : 15"
+ expect -re "Attributes changed : 12"
expect -re "Update Entry"
expect -re "Update serial \# : 2"
- expect -re "Attributes changed : 15"
+ expect -re "Attributes changed : 12"
expect -re "Update Entry"
expect -re "Update serial \# : 3"
}
@@ -137,7 +137,7 @@ proc doit { } {
break
}
}
- expect -re "Attributes changed : 15"
+ expect -re "Attributes changed : 12"
expect eof
pass "kproplog output"
} foo