diff options
author | David Robillard <d@drobilla.net> | 2015-02-09 21:37:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-09 21:37:31 +0000 |
commit | 9cde188fcb8cc7ff30f28ec898d72ce1575496ca (patch) | |
tree | 61fa3c3b5bb85428501868a6d2764b655db35ba2 /tests | |
parent | 971a4e484757c083c9daa68a4a3e235a549ab523 (diff) | |
download | ingen-9cde188fcb8cc7ff30f28ec898d72ce1575496ca.tar.gz ingen-9cde188fcb8cc7ff30f28ec898d72ce1575496ca.tar.bz2 ingen-9cde188fcb8cc7ff30f28ec898d72ce1575496ca.zip |
Fix broadcasting to several clients.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5550 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 28b60da7..13ae62f7 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -191,8 +191,7 @@ main(int argc, char** argv) SPtr<Interface> client(new TestClient(world->log())); world->interface()->set_respondee(client); - world->engine()->register_client(Raul::URI("ingen:/clients/test"), - client); + world->engine()->register_client(client); SerdURI cmds_base; SerdNode cmds_file_uri = serd_node_new_file_uri( |