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
530a1835
Commit
530a1835
authored
Aug 02, 2002
by
Per Cederqvist
Browse files
(David committed this to the wrong branch):
(kom_delete_text): New function. Use to delete a text from the test suite.
parent
3766abf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/config/prot-a.exp
View file @
530a1835
...
...
@@ -256,6 +256,15 @@ proc kom_delete_conf { conf_no { result "" } { testname "" } } {
simple_expect $result $testname
}
proc kom_delete_text { text_no { result "" } { testname "" } } {
global ref_no;
kom_next_call
send "$ref_no 29 $text_no\n"
set result [cres $result "=$ref_no"]
simple_expect $result $testname
}
proc kom_ping_server { } {
global ref_no
...
...
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