From: Ian Jackson Date: Tue, 27 Oct 2015 19:21:57 +0000 (+0000) Subject: Testing: Move \t out of submitform-expect X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=cgi-auth-flexible.git;a=commitdiff_plain;h=4848e0d386cf626b2179aeda2582a53cb07b9e50 Testing: Move \t out of submitform-expect No functional change. Signed-off-by: Ian Jackson --- diff --git a/tests/autotest b/tests/autotest index 60143a2..43f4080 100755 --- 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'}