tests: Extend SignalProxyTest to cover request/receive method pairs
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 18 Oct 2018 18:33:03 +0000 (20:33 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
When sending an RPC request (using REQUEST()), if the request method
on the server side returns a value, a corresponding receive method
is called on the client side. Extend the test case to cover this, so
we can safely refactor relevant parts of SignalProxy in the future.


No differences found