Skip to content
Snippets Groups Projects
Commit 1c4185e5 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Don't expect bug 178.

parent 03078f5c
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,6 @@ simple_expect "=1027"
send "1028 17 9 3\n"
simple_expect ":3 21 9 2 3"
client_extracting_expect 5 ":3 21 9 2 (0|3)" seen 1
setup_xfail "*-*-*" "Bug 178"
set test "administrator sees proper text"
if {$seen == 3} {
pass "$test"
......@@ -169,10 +168,7 @@ simple_expect "=1028"
send "1029 17 9 4\n"
simple_expect ":3 21 9 3 4"
# FIXME (bug 178): Due to bug 178, this message never appears.
#client_expect 5 ":3 21 9 3 4"
setup_xfail "*-*-*" "Bug 178"
fail "admin sees message"
client_expect 5 ":3 21 9 3 4"
client_expect 7 ":3 21 9 3 4"
simple_expect "=1029"
......@@ -222,7 +218,6 @@ simple_expect "=1035"
send "1036 17 10 3\n"
simple_expect ":3 21 10 2 3"
client_extracting_expect 5 ":3 21 10 2 (0|3)" seen 1
setup_xfail "*-*-*" "Bug 178"
set test "administrator sees proper text"
if {$seen == 3} {
pass "$test"
......@@ -237,10 +232,7 @@ simple_expect "=1036"
send "1037 17 10 4\n"
simple_expect ":3 21 10 3 4"
# FIXME (bug 178): Due to bug 178, this message never appears.
#client_expect 5 ":3 21 10 3 4"
setup_xfail "*-*-*" "Bug 178"
fail "admin sees message"
client_expect 5 ":3 21 10 3 4"
client_expect 7 ":3 21 10 3 4"
simple_expect "=1037"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment