Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
6e15e36c
Commit
6e15e36c
authored
Aug 17, 2003
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added test cases for bug 1090.
parent
79d95e58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
2 deletions
+30
-2
ChangeLog
ChangeLog
+7
-0
src/server/testsuite/lyskomd.0/44.exp
src/server/testsuite/lyskomd.0/44.exp
+23
-2
No files found.
ChangeLog
View file @
6e15e36c
2003
-
08
-
17
Per
Cederqvist
<
ceder
@
ceder
.
dyndns
.
org
>
Added
test
cases
for
bug
1090.
*
src
/
server
/
testsuite
/
lyskomd
.0
/
44.
exp
:
Added
test
cases
for
bug
1090.
*
src
/
server
/
testsuite
/
config
/
unix
.
exp
(
good_bad_expect
):
Handle
the
case
where
the
bad
result
contains
only
a
success
indicator
and
a
refno
(
such
as
"=1032"
).
Allow
recipients
to
be
converted
in
a
few
more
cases
.
*
doc
/
Protocol
-
A
.
texi
(
add
-
recipient
):
The
permission
-
denied
error
code
is
given
if
you
are
not
supervisor
of
the
author
,
recipient
...
...
src/server/testsuite/lyskomd.0/44.exp
View file @
6e15e36c
...
...
@@ -373,10 +373,31 @@ good_bad_expect "=1048" "%12 3" "Bug 1089"
send "1049 31 4 10\n"
simple_expect "%1049 12 4"
# Make text 2 a footnote of text 1.
talk_to client 6
send "1050 37 2 1\n"
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"
# Make text 4 a comment of text 3.
talk_to client 8
send "1052 32 4 3\n"
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"
# Shut down.
talk_to client 5
send "105
0
44 0\n"
simple_expect "=105
0
"
send "105
4
44 0\n"
simple_expect "=105
4
"
client_death 5
client_death 6
client_death 7
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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