From: Manuel Nickschas Date: Thu, 18 Oct 2018 18:33:03 +0000 (+0200) Subject: tests: Extend SignalProxyTest to cover request/receive method pairs X-Git-Tag: test-travis-01~101 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=697a663a206c5bf5b7061709f273ae40f3c58091;hp=697a663a206c5bf5b7061709f273ae40f3c58091 tests: Extend SignalProxyTest to cover request/receive method pairs 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. ---