mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Merge pull request #1919 from bluca/xpub_test_logic
Problem: assertion in test_xpub_manual is swapped
This commit is contained in:
commit
6f1dc64ff3
@ -230,7 +230,7 @@ int test_xpub_proxy_unsubscribe_on_disconnect()
|
||||
|
||||
int test_missing_subscriptions(const char *frontend, const char *backend)
|
||||
{
|
||||
assert (!frontend && !backend);
|
||||
assert (frontend && backend);
|
||||
|
||||
const char* topic1 = "1";
|
||||
const char* topic2 = "2";
|
||||
|
Loading…
x
Reference in New Issue
Block a user