svn rev #23149: trunk/src/tests/dejagnu/krb-standalone/

lhoward@MIT.EDU lhoward at MIT.EDU
Wed Nov 11 07:04:27 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23149
Commit By: lhoward
Log Message:
For iprop test, reduce expected attribute change count to reflect the three
non-replicated attributes: last_success, last_failed and fail_auth_count.



Changed Files:
U   trunk/src/tests/dejagnu/krb-standalone/iprop.exp
Modified: trunk/src/tests/dejagnu/krb-standalone/iprop.exp
===================================================================
--- trunk/src/tests/dejagnu/krb-standalone/iprop.exp	2009-11-10 19:59:39 UTC (rev 23148)
+++ trunk/src/tests/dejagnu/krb-standalone/iprop.exp	2009-11-11 12:04:27 UTC (rev 23149)
@@ -109,23 +109,23 @@
 	    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 @@
 		break
 	    }
 	}
-	expect -re "Attributes changed : 15"
+	expect -re "Attributes changed : 12"
 	expect eof
 	pass "kproplog output"
     } foo




More information about the cvs-krb5 mailing list