Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
4b105d8d
Commit
4b105d8d
authored
Aug 17, 2003
by
Per Cederqvist
Browse files
Bugs 966, 181, 1089 and 1090 are now fixed.
parent
6e15e36c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/lyskomd.0/44.exp
View file @
4b105d8d
...
...
@@ -356,11 +356,11 @@ simple_expect "=1045"
talk_to client 7
foreach rcpt {1 15 0} {
send "35 30 1 10 $rcpt\n"
good_bad_expect "=35" "%(12|27) 10"
"Bug 966"
good_bad_expect "=35" "%(12|27) 10"
}
foreach rcpt {15 0 1} {
send "36 30 3 10 $rcpt\n"
good_bad_expect "=36" "%(12|27) 10"
"Bug 181"
good_bad_expect "=36" "%(12|27) 10"
}
send "1046 30 4 10 0\n"
simple_expect "%1046 12 10"
...
...
@@ -369,7 +369,7 @@ simple_expect "%1046 12 10"
send "1047 31 1 10\n"
simple_expect "=1047"
send "1048 31 3 10\n"
good_bad_expect "=1048" "%12 3"
"Bug 1089"
good_bad_expect "=1048" "%12 3"
send "1049 31 4 10\n"
simple_expect "%1049 12 4"
...
...
@@ -381,7 +381,7 @@ simple_expect "=1050"
# Attempt to make text 2 a comment of text 1. This should not be
# possible, since it already is a footnote.
send "1051 32 2 1\n"
good_bad_expect "%1051 29 2" "="
"Bug 1090"
good_bad_expect "%1051 29 2" "="
# Make text 4 a comment of text 3.
talk_to client 8
...
...
@@ -390,7 +390,7 @@ simple_expect "=1052"
# And now try to make it a footnote as well.
send "1053 37 4 3\n"
good_bad_expect "%1053 28 4" "="
"Bug 1090"
good_bad_expect "%1053 28 4" "="
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment