chiark
/
gitweb
/
~ian
/
cgi-auth-flexible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fdc8b3
)
Testing: Move \t out of submitform-expect
author
Ian Jackson
<ian.jackson@eu.citrix.com>
Tue, 27 Oct 2015 19:21:57 +0000
(19:21 +0000)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Tue, 27 Oct 2015 19:21:57 +0000
(19:21 +0000)
No functional change.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tests/autotest
patch
|
blob
|
history
diff --git
a/tests/autotest
b/tests/autotest
index 60143a275d752a56d8772f11954c32a370f81766..43f4080ceae9ac5672da4f0992595289e02c1f4c 100755
(executable)
--- a/
tests/autotest
+++ b/
tests/autotest
@@
-48,17
+48,19
@@
proc fillformfield {value} {
}
proc submitform-expect {wanttxt} {
- send "\
t\
r"
+ send "\r"
etxt "loading file"
epage $wanttxt
}
fillformfield alice
fillformfield bogus
+send "\t"
submitform-expect "wrong password"
fillformfield alice
fillformfield sesame
+send "\t"
submitform-expect "ACCESSGRANTED"
etxt {path = '/Tsuffix'}