From 4848e0d386cf626b2179aeda2582a53cb07b9e50 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Oct 2015 19:21:57 +0000 Subject: [PATCH] Testing: Move \t out of submitform-expect No functional change. Signed-off-by: Ian Jackson --- tests/autotest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'} -- 2.30.2