diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-09-14 14:52:29 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-09-14 14:52:29 +0400 |
| commit | ab8b6660b43b51a279e249fe15be1a1597a04ba5 (patch) | |
| tree | ea76b9ebcf4d1e191456172860985704497e2fcf /ChangeLog | |
| parent | tests/client-server.scm: Use `dynamic-wind' (diff) | |
| download | guile-ssh-ab8b6660b43b51a279e249fe15be1a1597a04ba5.tar.gz | |
tests/client-server.scm (run-server-and-client): New procedure
* tests/client-server.scm (run-server-and-client): New procedure.
("connect!, disconnect!")
("get-protocol-version", "authenticate-server, not-known")
("authenticate-server, ok", "get-public-key-hash")
("userauth-none!, success", "userauth-none!, denied")
("userauth-none!, partial", "userauth-password!, success")
("userauth-password!, denied", "userauth-password!, partial")
("userauth-public-key!, success", "userauth-get-list")
("make-channel", "channel-get-session", "channel-open-session")
("channel-request-exec", "data transferring, string")
("data transferring, bytevector"): Use it.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2,6 +2,17 @@ * tests/client-server.scm: Use `dynamic-wind' for child processes in tests. + (run-server-and-client): New procedure. + ("connect!, disconnect!") + ("get-protocol-version", "authenticate-server, not-known") + ("authenticate-server, ok", "get-public-key-hash") + ("userauth-none!, success", "userauth-none!, denied") + ("userauth-none!, partial", "userauth-password!, success") + ("userauth-password!, denied", "userauth-password!, partial") + ("userauth-public-key!, success", "userauth-get-list") + ("make-channel", "channel-get-session", "channel-open-session") + ("channel-request-exec", "data transferring, string") + ("data transferring, bytevector"): Use it. 2014-08-31 Artyom Poptsov <poptsov.artyom@gmail.com> |
